Remove old comment
This commit is contained in:
@ -151,9 +151,7 @@ class SoapboxMount extends React.PureComponent {
|
||||
|
||||
const waitlisted = account && !account.getIn(['source', 'approved'], true);
|
||||
|
||||
// Disabling introduction for launch
|
||||
const { needsOnboarding } = this.props;
|
||||
|
||||
if (!waitlisted && needsOnboarding) {
|
||||
return (
|
||||
<IntlProvider locale={locale} messages={this.state.messages}>
|
||||
|
||||
Reference in New Issue
Block a user