mirror of https://github.com/vector-im/riot-web
Remove contructor
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
c44de3bea8
commit
069180b16d
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue