mirror of https://github.com/vector-im/riot-web
Nest groupId in refireParams to match types
parent
1c913b85e2
commit
0f59e34a3a
|
@ -169,7 +169,7 @@ export default createReactClass({
|
|||
dis.dispatch({
|
||||
action: Action.SetRightPanelPhase,
|
||||
phase: RightPanelPhases.GroupMemberList,
|
||||
groupId: this.props.groupId,
|
||||
refireParams: { groupId: this.props.groupId },
|
||||
});
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue