Remove old comment

This commit is contained in:
Justin
2022-04-13 08:33:39 -04:00
committed by Alex Gleason
parent ec79f6354d
commit 8afb0f6e6f

View File

@ -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}>