1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-27 04:21:52 +03:00

Remove unused class

Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
Robin Townsend
2021-06-01 17:57:26 -04:00
parent 8efbdd0406
commit c78167977a

View File

@ -161,7 +161,7 @@ export default class MessageContextMenu extends React.Component {
matrixClient: MatrixClientPeg.get(), matrixClient: MatrixClientPeg.get(),
event: this.props.mxEvent, event: this.props.mxEvent,
permalinkCreator: this.props.permalinkCreator, permalinkCreator: this.props.permalinkCreator,
}, 'mx_Dialog_forwardMessage'); });
this.closeMenu(); this.closeMenu();
}; };