diff --git a/frontend/src/app/main/ui/workspace/tokens/sets.cljs b/frontend/src/app/main/ui/workspace/tokens/sets.cljs index 1a9fe3c6df..c625a03168 100644 --- a/frontend/src/app/main/ui/workspace/tokens/sets.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/sets.cljs @@ -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}])]))