mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05: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)))
|
||||
[:& release-notes-modal {:version (:main cf/version)}]))
|
||||
|
||||
(when profile
|
||||
[:& dashboard-page {:route route :profile profile}])]
|
||||
[:& dashboard-page {:route route :profile profile}]]
|
||||
|
||||
:viewer
|
||||
(let [{:keys [query-params path-params]} route
|
||||
|
|
Loading…
Add table
Reference in a new issue