diff --git a/frontend/src/app/main/features.cljs b/frontend/src/app/main/features.cljs index d7b0f1af66..e6e3acc5b5 100644 --- a/frontend/src/app/main/features.cljs +++ b/frontend/src/app/main/features.cljs @@ -80,7 +80,7 @@ ;; Enable all features set on the configuration (->> @cf/flags - (map str) + (map name) (keep (fn [flag] (when (str/starts-with? flag "frontend-feature-") (subs flag 17))))