0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00
This commit is contained in:
Florian Schroedl 2024-09-24 11:13:41 +02:00
parent 44e4e85201
commit f2569a1c4a

View file

@ -493,7 +493,6 @@
(if (get-theme this group name)
(let [group-themes (->> (get themes group)
(map (comp token-theme->path val))
(#(doto % println))
(into #{}))
active-themes' (-> (set/difference active-themes group-themes)
(conj (theme-path group name)))]