Only show "Invite to this community" when viewing group members

pull/5407/head
Luke Barnard 2017-10-24 10:22:13 +01:00
parent 8672939f0c
commit cc1fb8ac94
1 changed files with 4 additions and 1 deletions

View File

@ -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) ? (
<AccessibleButton className="mx_RightPanel_invite" onClick={ this.onInviteButtonClick } >
<div className="mx_RightPanel_icon" >
<TintableSvg src="img/icon-invite-people.svg" width="35" height="35" />