mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 12:21:38 +02:00
🐛 Fix release modal.
This commit is contained in:
parent
743c2c3385
commit
e9f45a0d0a
1 changed files with 1 additions and 2 deletions
|
@ -82,7 +82,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}]
|
||||
|
@ -93,7 +92,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}]]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue