From bb5eb4a0974c765170f7cdbd0bfd90eea0cb42f2 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Thu, 7 Mar 2024 17:00:19 +0100 Subject: [PATCH] :bug: Fix black screen on non-log access to projects --- frontend/src/app/main/ui.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/app/main/ui.cljs b/frontend/src/app/main/ui.cljs index 69c83db69..d00e466c7 100644 --- a/frontend/src/app/main/ui.cljs +++ b/frontend/src/app/main/ui.cljs @@ -107,8 +107,7 @@ (not= "0.0" (:main cf/version))) [:& release-notes-modal {:version (:main cf/version)}])) - (when profile - [:& dashboard-page {:route route :profile profile}])] + [:& dashboard-page {:route route :profile profile}]] :viewer (let [{:keys [query-params path-params]} route