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