We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4825c9 commit 4e4feedCopy full SHA for 4e4feed
src/quo/components/share/share_community_channel_qr_code/schema.cljs
@@ -8,6 +8,5 @@
8
[:qr-image-uri :string]
9
[:emoji {:optional true} [:maybe :string]]
10
[:full-name :string]
11
- [:customization-color {:optional true} [:maybe :schema.common/customization-color]]
12
- [:theme :schema.common/theme]]]]
+ [:customization-color {:optional true} [:maybe :schema.common/customization-color]]]]]
13
:any])
src/quo/components/share/share_community_channel_qr_code/view.cljs
@@ -35,5 +35,5 @@
35
[share-qr-code props]))]]))
36
37
(def view
38
- (quo.theme/with-theme
39
- (schema/instrument #'view-internal component-schema/?schema)))
+
+ (schema/instrument #'view-internal component-schema/?schema))
0 commit comments