remove passthrough ctor
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user