Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Aug 18, 2024
1 parent bdd2c25 commit 67b1b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/re_com/theme.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
([props ctx themes]
(->>
(if-not (map? themes)
(update @registry :usder conj themes)
(update @registry :user conj themes)
(merge @registry themes))
named->vec
flatten
Expand Down

0 comments on commit 67b1b9c

Please sign in to comment.