mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
lint
This commit is contained in:
parent
af73f1c3bb
commit
1a82f121c0
1 changed files with 1 additions and 2 deletions
|
@ -671,7 +671,6 @@ export default React.createClass({
|
|||
if (!group) return null;
|
||||
|
||||
if (group.myMembership === 'invite') {
|
||||
|
||||
if (this.state.membershipBusy) {
|
||||
return <div className="mx_GroupView_membershipSection">
|
||||
<Spinner />
|
||||
|
@ -727,7 +726,7 @@ export default React.createClass({
|
|||
onClick={this._onPubliciseOnClick}
|
||||
>
|
||||
{_t("Make public")}
|
||||
</AccessibleButton>
|
||||
</AccessibleButton>;
|
||||
}
|
||||
publicisedSection = <div className="mx_GroupView_membershipSubSection">
|
||||
{_t("Your membership of this group is private")}
|
||||
|
|
Loading…
Reference in a new issue