Skip to content

Commit

Permalink
just in case: sort-by str
Browse files Browse the repository at this point in the history
  • Loading branch information
Pancia committed Jan 21, 2020
1 parent 2b53113 commit cce9095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/fulcro/inspect/ui/db_explorer.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
(dom/td
(a {:href "#" :onClick #(selectTopKey k)}
(str (count (keys v)) " items")))))
(sort-by key tables))
(sort-by (comp str key) tables))
(dom/tr {:colSpan "2"}
(dom/th
(dom/h2 :.ui.header
Expand Down

0 comments on commit cce9095

Please sign in to comment.