diff --git a/src/components/structures/RightPanel.js b/src/components/structures/RightPanel.js index b2511c70a8..0225f7655d 100644 --- a/src/components/structures/RightPanel.js +++ b/src/components/structures/RightPanel.js @@ -325,7 +325,10 @@ module.exports = React.createClass({ if (this.props.groupId && GroupStoreCache.getGroupStore(this.context.matrixClient, this.props.groupId).isUserPrivileged() ) { - inviteGroup = this.state.phase === this.Phase.GroupMemberList ? ( + inviteGroup = [ + this.Phase.GroupMemberInfo, + this.Phase.GroupMemberList, + ].includes(this.state.phase) ? (