mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
change sets list div to ul
This commit is contained in:
parent
7addba71fb
commit
68c0d93f91
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
|||
(if (contains? active-sets set-id)
|
||||
(swap! active-sets disj set-id)
|
||||
(swap! active-sets conj set-id)))]
|
||||
[:div {:class (stl/css :sets-list)}
|
||||
[:ul {:class (stl/css :sets-list)}
|
||||
(for [set-id sets-root-order]
|
||||
^{:key (str set-id)}
|
||||
[:& sets-tree {:key (str set-id) :set-id set-id :current-set-id current-set-id}])]))
|
||||
|
|
Loading…
Reference in a new issue