mirror of
https://github.com/penpot/penpot.git
synced 2025-05-01 18:06:21 +02:00
sort tokens by insert order
This commit is contained in:
parent
162e7b6c58
commit
344a27602b
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
Reference in a new issue