Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-07-13 09:21:33 +02:00
parent e4d1859fb7
commit ef1a1ebe12
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ export default class MImageBody extends React.Component<IProps, IState> {
}
render() {
const content = this.props.mxEvent.getContent() as IMediaEventContent;
const content = this.props.mxEvent.getContent<IMediaEventContent>();
if (this.state.error !== null) {
return (