mirror of
https://github.com/penpot/penpot.git
synced 2025-07-09 14:17:17 +02:00
Fix id
This commit is contained in:
parent
066ee9c489
commit
8c58ed80ac
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@
|
||||||
(for [token (sort-by :modified-at tokens)]
|
(for [token (sort-by :modified-at tokens)]
|
||||||
(let [theme-token (get active-theme-tokens (wtt/token-identifier token))]
|
(let [theme-token (get active-theme-tokens (wtt/token-identifier token))]
|
||||||
[:& token-pill
|
[:& token-pill
|
||||||
{:key (:id token)
|
{:key (:name token)
|
||||||
:token token
|
:token token
|
||||||
:theme-token theme-token
|
:theme-token theme-token
|
||||||
:highlighted? (wtt/shapes-token-applied? token selected-shapes (or all-attributes attributes))
|
:highlighted? (wtt/shapes-token-applied? token selected-shapes (or all-attributes attributes))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue