Skip to content

Commit a4825c9

Browse files
committed
lint
1 parent 8ff7367 commit a4825c9

File tree

1 file changed

+1
-1
lines changed
  • src/quo/components/share/share_community_channel_qr_code

1 file changed

+1
-1
lines changed

src/quo/components/share/share_community_channel_qr_code/schema.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
[:qr-image-uri :string]
99
[:emoji {:optional true} [:maybe :string]]
1010
[:full-name :string]
11-
[:customization-color :string]
11+
[:customization-color {:optional true} [:maybe :schema.common/customization-color]]
1212
[:theme :schema.common/theme]]]]
1313
:any])

0 commit comments

Comments
 (0)