mirror of https://github.com/vector-im/riot-web
Fix incorrect bind
parent
5de0559192
commit
42c1f3cfe2
|
@ -81,7 +81,7 @@ const TagPanel = React.createClass({
|
|||
|
||||
_onGroupMyMembership() {
|
||||
if (this.unmounted) return;
|
||||
dis.dispatch(GroupActions.fetchJoinedGroups.bind(this.context.matrixClient));
|
||||
dis.dispatch(GroupActions.fetchJoinedGroups(this.context.matrixClient));
|
||||
},
|
||||
|
||||
onClick() {
|
||||
|
|
Loading…
Reference in New Issue