Remove contructor

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

View File

@ -42,10 +42,6 @@ export default class ReplyTile extends React.PureComponent<IProps> {
onHeightChanged: () => {},
};
constructor(props: IProps) {
super(props);
}
componentDidMount() {
this.props.mxEvent.on("Event.decrypted", this.onDecrypted);
}