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