From 02c853cf576574db7d64dc43a262be8e710a0bf4 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 20 Jul 2023 10:58:16 +0200 Subject: [PATCH] :sparkles: Prevent unexpected requests on dashboard after logout --- frontend/src/app/main/ui/dashboard.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/dashboard.cljs b/frontend/src/app/main/ui/dashboard.cljs index 209705c45..e1befe200 100644 --- a/frontend/src/app/main/ui/dashboard.cljs +++ b/frontend/src/app/main/ui/dashboard.cljs @@ -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