Skip to content

Commit

Permalink
Fix Malli schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ulisesmac committed Feb 1, 2024
1 parent a6b5616 commit f8d78ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quo/components/utilities/token/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[:cat
[:map {:closed true}
[:size {:optional true :default 32} [:or keyword? pos-int?]]
[:token {:optional true} [:maybe keyword? string?]]
[:token {:optional true} [:maybe [:or keyword? string?]]]
[:style {:optional true} map?]
;; Ignores `token` and uses this as parameter to `rn/image`'s source.
[:image-source {:optional true} [:maybe [:or :schema.common/image-source :string]]]]]
Expand Down

0 comments on commit f8d78ce

Please sign in to comment.