Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
09e94e07ae
1 changed files with 1 additions and 1 deletions
|
@ -948,7 +948,7 @@ export default React.createClass({
|
||||||
if ((!group || group.myMembership === 'leave') &&
|
if ((!group || group.myMembership === 'leave') &&
|
||||||
this.state.summary &&
|
this.state.summary &&
|
||||||
this.state.summary.profile &&
|
this.state.summary.profile &&
|
||||||
Boolean(this.state.summary.profile.is_joinable)
|
Boolean(this.state.summary.profile.is_openly_joinable)
|
||||||
) {
|
) {
|
||||||
membershipButtonText = _t("Join this community");
|
membershipButtonText = _t("Join this community");
|
||||||
membershipButtonOnClick = this._onJoinClick;
|
membershipButtonOnClick = this._onJoinClick;
|
||||||
|
|
Loading…
Reference in a new issue