0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Fix error message

This commit is contained in:
Akshay Gupta 2024-06-19 12:38:28 +05:30
parent f99239341f
commit 3bbee9532f
No known key found for this signature in database

View file

@ -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")]