diff --git a/frontend/src/app/main/ui/workspace/tokens/theme_select.cljs b/frontend/src/app/main/ui/workspace/tokens/theme_select.cljs index 46f8cdfd9..720998d8c 100644 --- a/frontend/src/app/main/ui/workspace/tokens/theme_select.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/theme_select.cljs @@ -66,8 +66,9 @@ ;; Data current-label (cond (> active-themes-count 1) (str active-themes-count " themes active") - (= active-themes-count 1) (some-> (first active-theme-paths) - (str/replace "/" " / ")) + (= active-themes-count 1) (some->> (first active-theme-paths) + (ctob/split-token-theme-path) + (str/join " / ")) :else "No theme active") ;; State