mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
remove passthrough ctor
This commit is contained in:
parent
d606c966ea
commit
c987f4e8d8
1 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue