You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
delint
This commit is contained in:
@@ -310,7 +310,7 @@ export default class MFileBody extends React.Component<IProps, IState> {
|
||||
</a>
|
||||
{ this.props.tileShape === TileShape.FileGrid && <div className="mx_MImageBody_size">
|
||||
{ content.info && content.info.size ? filesize(content.info.size) : "" }
|
||||
</div>}
|
||||
</div> }
|
||||
</div> }
|
||||
</span>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user