diff --git a/frontend/src/app/main/ui/workspace/tokens/core.cljs b/frontend/src/app/main/ui/workspace/tokens/core.cljs index f5c91870e4..f8befea98c 100644 --- a/frontend/src/app/main/ui/workspace/tokens/core.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/core.cljs @@ -154,7 +154,7 @@ (let [grouped-tokens (group-by #(keyword (:name (second %))) tokens) map-token (fn [token] {:value (:value token) - :type (kebab-to-camel (:type token))})] + :type (kebab-to-camel (name (:type token)))})] {:global (into (sorted-map) (map (fn [[name tokens]] [(keyword name)