mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05: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)]
|
||||
(let [theme-token (get active-theme-tokens (wtt/token-identifier token))]
|
||||
[:& token-pill
|
||||
{:key (:id token)
|
||||
{:key (:name token)
|
||||
:token token
|
||||
:theme-token theme-token
|
||||
:highlighted? (wtt/shapes-token-applied? token selected-shapes (or all-attributes attributes))
|
||||
|
|
Loading…
Reference in a new issue