1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-16 06:42:26 +03:00
This commit is contained in:
Bruno Windels
2018-10-31 12:20:10 +01:00
parent 1948e9bc17
commit bd9c0dc6cf
4 changed files with 6 additions and 7 deletions

View File

@@ -159,8 +159,6 @@ export default class RightPanel extends React.Component {
const TintableSvg = sdk.getComponent("elements.TintableSvg");
let inviteGroup;
const isPhaseGroup = [
RightPanel.Phase.GroupMemberInfo,
RightPanel.Phase.GroupMemberList,
@@ -194,7 +192,8 @@ export default class RightPanel extends React.Component {
// TODO: either include this in the DOM again, or move it to other component
if (this.props.groupId && this.state.isUserPrivilegedInGroup) {
inviteGroup = isPhaseGroup ? (
// inviteGroup =
isPhaseGroup ? (
<AccessibleButton className="mx_RightPanel_invite" onClick={this.onInviteToGroupButtonClick}>
<div className="mx_RightPanel_icon" >
<TintableSvg src="img/icon-invite-people.svg" width="35" height="35" />