diff --git a/src/components/structures/RightPanel.js b/src/components/structures/RightPanel.js index 30142ad2f..e7e8c3cfe 100644 --- a/src/components/structures/RightPanel.js +++ b/src/components/structures/RightPanel.js @@ -318,7 +318,10 @@ module.exports = React.createClass({ } if (this.props.groupId) { - inviteGroup = this.state.phase === this.Phase.GroupMemberList ? ( + inviteGroup = [ + this.Phase.GroupMemberInfo, + this.Phase.GroupMemberList, + ].includes(this.state.phase) ? (