mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 08:31:39 +02:00
🐛 Fix black screen on non-log access to projects
This commit is contained in:
parent
e2428fc0c6
commit
bb5eb4a097
1 changed files with 1 additions and 2 deletions
|
@ -107,8 +107,7 @@
|
||||||
(not= "0.0" (:main cf/version)))
|
(not= "0.0" (:main cf/version)))
|
||||||
[:& release-notes-modal {:version (:main cf/version)}]))
|
[:& release-notes-modal {:version (:main cf/version)}]))
|
||||||
|
|
||||||
(when profile
|
[:& dashboard-page {:route route :profile profile}]]
|
||||||
[:& dashboard-page {:route route :profile profile}])]
|
|
||||||
|
|
||||||
:viewer
|
:viewer
|
||||||
(let [{:keys [query-params path-params]} route
|
(let [{:keys [query-params path-params]} route
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue