Skip onboarding if waitlisted

This commit is contained in:
Justin
2022-04-13 08:15:07 -04:00
committed by Alex Gleason
parent c29f2400ad
commit ec79f6354d

View File

@ -154,7 +154,7 @@ class SoapboxMount extends React.PureComponent {
// Disabling introduction for launch
const { needsOnboarding } = this.props;
if (needsOnboarding) {
if (!waitlisted && needsOnboarding) {
return (
<IntlProvider locale={locale} messages={this.state.messages}>
<Helmet>