Remove contructor

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-07-13 09:31:28 +02:00
parent c44de3bea8
commit 069180b16d

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);
}