mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 00:58:26 -05:00
✨ Prevent unexpected requests on dashboard after logout
This commit is contained in:
parent
98091057f9
commit
02c853cf57
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@
|
|||
:profile profile
|
||||
:section section
|
||||
:search-term search-term}]
|
||||
(when (and team (seq projects))
|
||||
(when (and team profile (seq projects))
|
||||
[:& dashboard-content
|
||||
{:projects projects
|
||||
:profile profile
|
||||
|
|
Loading…
Add table
Reference in a new issue