mirror of
https://github.com/penpot/penpot.git
synced 2025-06-17 15:21:38 +02:00
Merge pull request #117 from tokens-studio/sort-tokens-by-insert-order
sort tokens by insert order
This commit is contained in:
commit
a1f09d69b0
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
||||||
(when open?
|
(when open?
|
||||||
[:& cmm/asset-section-block {:role :content}
|
[:& cmm/asset-section-block {:role :content}
|
||||||
[:div {:class (stl/css :token-pills-wrapper)}
|
[:div {:class (stl/css :token-pills-wrapper)}
|
||||||
(for [token tokens]
|
(for [token (sort-by :modified-at tokens)]
|
||||||
[:& token-pill
|
[:& token-pill
|
||||||
{:key (:id token)
|
{:key (:id token)
|
||||||
:token token
|
:token token
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue