From ec79f6354dd39cb02b936d4500490a2de1261498 Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 13 Apr 2022 08:15:07 -0400 Subject: [PATCH] Skip onboarding if waitlisted --- app/soapbox/containers/soapbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (