Merge branch 'main' into develop

This commit is contained in:
Andrey Antukh 2022-02-02 16:23:11 +01:00
commit f1db4aae35
5 changed files with 97 additions and 46 deletions

View file

@ -83,7 +83,6 @@
(and cf/onboarding-form-id
(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}]
@ -94,7 +93,7 @@
(and (:onboarding-viewed props)
(not= (:release-notes-viewed props) (:main @cf/version))
(not= "0.0" (:main @cf/version)))
[:& app.main.ui.releases/release-notes-modal {}]))
[:& app.main.ui.releases/release-notes-modal {:version (:main @cf/version)}]))
[:& dashboard {:route route :profile profile}]]