mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 06:21:37 +02: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
|
:profile profile
|
||||||
:section section
|
:section section
|
||||||
:search-term search-term}]
|
:search-term search-term}]
|
||||||
(when (and team (seq projects))
|
(when (and team profile (seq projects))
|
||||||
[:& dashboard-content
|
[:& dashboard-content
|
||||||
{:projects projects
|
{:projects projects
|
||||||
:profile profile
|
:profile profile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue