Delint
This commit is contained in:
parent
551639811b
commit
08d886e9d1
12 changed files with 77 additions and 79 deletions
|
@ -194,7 +194,7 @@ export default class MVideoBody extends React.PureComponent<IProps, IState> {
|
|||
private getFileBody = () => {
|
||||
if (this.props.forExport) return null;
|
||||
return <MFileBody {...this.props} decryptedBlob={this.state.decryptedBlob} showGenericPlaceholder={false} />;
|
||||
}
|
||||
};
|
||||
|
||||
render() {
|
||||
const content = this.props.mxEvent.getContent();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue