remove passthrough ctor

This commit is contained in:
Bruno Windels 2019-06-26 16:12:57 +02:00
parent d606c966ea
commit c987f4e8d8

View file

@ -27,10 +27,6 @@ export default class EditHistoryMessage extends React.PureComponent {
mxEvent: PropTypes.instanceOf(MatrixEvent).isRequired,
};
constructor(props, context) {
super(props, context);
}
componentDidMount() {
pillifyLinks(this.refs.content.children, this.props.mxEvent);
}