mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
Fix expeted id instead of set
This commit is contained in:
parent
3695ba3438
commit
8482a128de
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue