🐛 Fix issues related to signup questions form.

This commit is contained in:
Andrey Antukh 2021-11-29 17:51:29 +01:00 committed by Alonso Torres
parent 19944202fb
commit 95bf3e3af4
2 changed files with 41 additions and 60 deletions

View file

@ -83,7 +83,9 @@
(when-let [props (some-> profile (get :props {}))]
(cond
(and cf/onboarding-form-id
(not (:onboarding-questions-answered props false)))
(not (:onboarding-questions-answered props false))
(not (:onboarding-viewed props false)))
[:& app.main.ui.onboarding.questions/questions
{:profile profile
:form-id cf/onboarding-form-id}]