mirror of https://github.com/vector-im/riot-web
lint
parent
af73f1c3bb
commit
1a82f121c0
|
@ -671,7 +671,6 @@ export default React.createClass({
|
||||||
if (!group) return null;
|
if (!group) return null;
|
||||||
|
|
||||||
if (group.myMembership === 'invite') {
|
if (group.myMembership === 'invite') {
|
||||||
|
|
||||||
if (this.state.membershipBusy) {
|
if (this.state.membershipBusy) {
|
||||||
return <div className="mx_GroupView_membershipSection">
|
return <div className="mx_GroupView_membershipSection">
|
||||||
<Spinner />
|
<Spinner />
|
||||||
|
@ -727,7 +726,7 @@ export default React.createClass({
|
||||||
onClick={this._onPubliciseOnClick}
|
onClick={this._onPubliciseOnClick}
|
||||||
>
|
>
|
||||||
{_t("Make public")}
|
{_t("Make public")}
|
||||||
</AccessibleButton>
|
</AccessibleButton>;
|
||||||
}
|
}
|
||||||
publicisedSection = <div className="mx_GroupView_membershipSubSection">
|
publicisedSection = <div className="mx_GroupView_membershipSubSection">
|
||||||
{_t("Your membership of this group is private")}
|
{_t("Your membership of this group is private")}
|
||||||
|
|
Loading…
Reference in New Issue