Skip to content

Commit a39a66a

Browse files
authored
Merge pull request #286 from datdamnzotz/alphabetize-spell-school-list
Alphabetize spell school list
2 parents 96a5321 + 219f4f6 commit a39a66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cljs/orcpub/dnd/e5/views.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6919,7 +6919,7 @@
69196919
{:items (map
69206920
(fn [school] {:title school
69216921
:value school})
6922-
spells/schools)
6922+
(sort spells/schools))
69236923
:value school
69246924
:on-change #(dispatch [::spells/set-spell-prop :school %])}]]]
69256925
[:div.flex.flex-wrap

0 commit comments

Comments
 (0)