remove passthrough ctor
parent
d606c966ea
commit
c987f4e8d8
|
@ -27,10 +27,6 @@ export default class EditHistoryMessage extends React.PureComponent {
|
||||||
mxEvent: PropTypes.instanceOf(MatrixEvent).isRequired,
|
mxEvent: PropTypes.instanceOf(MatrixEvent).isRequired,
|
||||||
};
|
};
|
||||||
|
|
||||||
constructor(props, context) {
|
|
||||||
super(props, context);
|
|
||||||
}
|
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
pillifyLinks(this.refs.content.children, this.props.mxEvent);
|
pillifyLinks(this.refs.content.children, this.props.mxEvent);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue