mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Delint
This commit is contained in:
parent
b04bfeda33
commit
9fe64c34a5
@ -360,7 +360,7 @@ const ExportDialog: React.FC<IProps> = ({ room, onFinished }) => {
|
|||||||
r="20"
|
r="20"
|
||||||
fill="none"
|
fill="none"
|
||||||
stroke-width="5"
|
stroke-width="5"
|
||||||
></circle>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
<p ref={exportProgressRef}>
|
<p ref={exportProgressRef}>
|
||||||
{ _t("Processing...") }
|
{ _t("Processing...") }
|
||||||
|
@ -279,8 +279,7 @@ export default class MVideoBody extends React.PureComponent<IBodyProps, IState>
|
|||||||
width={width}
|
width={width}
|
||||||
poster={poster}
|
poster={poster}
|
||||||
onPlay={this.videoOnPlay}
|
onPlay={this.videoOnPlay}
|
||||||
>
|
/>
|
||||||
</video>
|
|
||||||
{ fileBody }
|
{ fileBody }
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user