diff --git a/frontend/src/app/main/ui/onboarding.cljs b/frontend/src/app/main/ui/onboarding.cljs index f79b2e81a..07d3d92fe 100644 --- a/frontend/src/app/main/ui/onboarding.cljs +++ b/frontend/src/app/main/ui/onboarding.cljs @@ -142,7 +142,9 @@ (modal/show! {:type :onboarding-newsletter}) (contains? cf/flags :onboarding-team) - (modal/show! {:type :onboarding-team})))) + (modal/show! {:type :onboarding-team}) + :else ;;remove this else condition when Penpot Tokens Studio is ready to be merged into Penpot + (modal/hide!)))) onboarding-a-b-test? (cf/external-feature-flag "signup-background" "test")]