1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Remove title

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-07-17 08:10:34 +02:00
parent 2089127dad
commit bb643010a9

View File

@@ -488,7 +488,6 @@ export default class ImageView extends React.Component<IProps, IState> {
> >
<img <img
src={this.props.src} src={this.props.src}
title={this.props.name}
style={style} style={style}
ref={this.image} ref={this.image}
className="mx_ImageView_image" className="mx_ImageView_image"