1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-25 17:02:04 +03:00

Use camelCase

Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
Robin Townsend
2021-05-24 08:34:03 -04:00
parent 400917623c
commit 6ced61b709

View File

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