1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

not sure how these happened :/

This commit is contained in:
Michael Telatynski
2021-07-20 09:37:54 +01:00
parent e6869797d7
commit 848b83015d
2 changed files with 2 additions and 2 deletions

View File

@@ -431,7 +431,7 @@ export default class GroupView extends React.Component {
this._initGroupStore(this.props.groupId, true);
this.dispatcherRef = dis.register(this._onAction);
this._dispatcherRef = dis.register(this._onAction);
this._rightPanelStoreToken = RightPanelStore.getSharedInstance().addListener(this._onRightPanelStoreUpdate);
}