kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Remove old comment
rodzic
ec79f6354d
commit
8afb0f6e6f
|
@ -151,9 +151,7 @@ class SoapboxMount extends React.PureComponent {
|
||||||
|
|
||||||
const waitlisted = account && !account.getIn(['source', 'approved'], true);
|
const waitlisted = account && !account.getIn(['source', 'approved'], true);
|
||||||
|
|
||||||
// Disabling introduction for launch
|
|
||||||
const { needsOnboarding } = this.props;
|
const { needsOnboarding } = this.props;
|
||||||
|
|
||||||
if (!waitlisted && needsOnboarding) {
|
if (!waitlisted && needsOnboarding) {
|
||||||
return (
|
return (
|
||||||
<IntlProvider locale={locale} messages={this.state.messages}>
|
<IntlProvider locale={locale} messages={this.state.messages}>
|
||||||
|
|
Ładowanie…
Reference in New Issue