1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +03:00

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);
}