1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Iminimal lint-fixes to make develop CI build

This commit is contained in:
David Baker
2019-01-16 13:57:18 +00:00
parent 66a6f9d322
commit 4da4e0c37a
5 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ export default class StatusMessageContextMenu extends React.Component {
};
}
_onClearClick = async(e) => {
_onClearClick = async (e) => {
await MatrixClientPeg.get()._unstable_setStatusMessage("");
this.setState({message: ""});
};