From 8afb0f6e6f89156c31fc61b3ef5be63299bbe26f Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 13 Apr 2022 08:33:39 -0400 Subject: [PATCH] Remove old comment --- app/soapbox/containers/soapbox.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/soapbox/containers/soapbox.js b/app/soapbox/containers/soapbox.js index 1af76dab1..ac3aa302a 100644 --- a/app/soapbox/containers/soapbox.js +++ b/app/soapbox/containers/soapbox.js @@ -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 (