Prevent unexpected requests on dashboard after logout

This commit is contained in:
Andrey Antukh 2023-07-20 10:58:16 +02:00
parent 98091057f9
commit 02c853cf57

View file

@ -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