Fix linter + merge

This commit is contained in:
Travis Ralston 2021-06-30 13:29:37 -06:00
parent 12d7be2b6a
commit a5a4f2ed7d
6 changed files with 7 additions and 119 deletions

View file

@ -105,6 +105,6 @@ export default class MAudioBody extends React.PureComponent<IProps, IState> {
<AudioPlayer playback={this.state.playback} mediaName={this.props.mxEvent.getContent().body} />
<MFileBody {...this.props} decryptedBlob={this.state.decryptedBlob} showGenericPlaceholder={false} />
</span>
)
);
}
}