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
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

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