diff --git a/app/soapbox/containers/soapbox.js b/app/soapbox/containers/soapbox.js index 4c5a8914d..1af76dab1 100644 --- a/app/soapbox/containers/soapbox.js +++ b/app/soapbox/containers/soapbox.js @@ -154,7 +154,7 @@ class SoapboxMount extends React.PureComponent { // Disabling introduction for launch const { needsOnboarding } = this.props; - if (needsOnboarding) { + if (!waitlisted && needsOnboarding) { return (