diff --git a/frontend/src/app/main/ui/dashboard.cljs b/frontend/src/app/main/ui/dashboard.cljs index 429987f90..21c160e5f 100644 --- a/frontend/src/app/main/ui/dashboard.cljs +++ b/frontend/src/app/main/ui/dashboard.cljs @@ -90,7 +90,7 @@ show-templates (and (contains? cf/flags :dashboard-templates-section) - (not (:can-edit permissions)))] + (:can-edit permissions))] (mf/with-effect [] (let [key1 (events/listen js/window "resize" on-resize)]