1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2020-03-20 00:20:55 +00:00
parent 2b40bb905a
commit 1c2c2cbc7c

View File

@@ -182,7 +182,6 @@ export default class RightPanelStore extends Store {
this._setState({ showGroupPanel: !this._state.showGroupPanel }); this._setState({ showGroupPanel: !this._state.showGroupPanel });
} }
break; break;
} }
} }