mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Fix expeted id instead of set
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
(defn get-workspace-ordered-themes [state]
|
||||
(let [themes (get-workspace-themes state)
|
||||
themes-index (get-workspace-themes-index state)]
|
||||
(->> (map #(get themes-index (:id %)) themes)
|
||||
(->> (map #(get themes-index %) themes)
|
||||
(group-by :group))))
|
||||
|
||||
(defn theme-selected? [theme]
|
||||
|
||||
Reference in New Issue
Block a user