diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index f74e3d60dd..0a8bfaee38 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -671,7 +671,6 @@ export default React.createClass({ if (!group) return null; if (group.myMembership === 'invite') { - if (this.state.membershipBusy) { return
@@ -727,7 +726,7 @@ export default React.createClass({ onClick={this._onPubliciseOnClick} > {_t("Make public")} - + ; } publicisedSection =
{_t("Your membership of this group is private")}