Remove contructor
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
c44de3bea8
commit
069180b16d
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue