mirror of
https://github.com/penpot/penpot.git
synced 2025-06-12 16:01:44 +02:00
🔥 Remove atom wrapping on several config props
This commit is contained in:
parent
0aefd044dc
commit
10205e51cc
14 changed files with 56 additions and 56 deletions
|
@ -98,9 +98,9 @@
|
|||
[:& app.main.ui.onboarding/onboarding-modal {}]
|
||||
|
||||
(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 {:version (:main @cf/version)}]))
|
||||
(not= (:release-notes-viewed props) (:main cf/version))
|
||||
(not= "0.0" (:main cf/version)))
|
||||
[:& 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