mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
sort tokens by insert order
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
(when open?
|
||||
[:& cmm/asset-section-block {:role :content}
|
||||
[:div {:class (stl/css :token-pills-wrapper)}
|
||||
(for [token tokens]
|
||||
(for [token (sort-by :modified-at tokens)]
|
||||
[:& token-pill
|
||||
{:key (:id token)
|
||||
:token token
|
||||
|
||||
Reference in New Issue
Block a user