Skip to content

Commit fe16e60

Browse files
committed
lint
1 parent c504237 commit fe16e60

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Diff for: src/quo/components/share/share_community_channel_qr_code/style.cljs

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
(def outer-container
55
{:border-radius 16
6-
:width "100%"
76
:overflow :hidden})
87

98
(def ^:private padding 12)

Diff for: src/quo/components/share/share_community_channel_qr_code/view.cljs

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
(defn- share-qr-code
1313
[{:keys [qr-image-uri component-width emoji customization-color full-name]}]
14+
(print component-width)
1415
[rn/view {:style style/content-container}
1516
[quo.theme/provider {:theme :light}
1617
[qr-code/view

Diff for: src/status_im/contexts/communities/events.cljs

+2-3
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,9 @@
262262
(rf/dispatch [:open-modal :share-community-channel {:url url}]))
263263
:on-error (fn [err]
264264
(log/error "failed to retrieve community channel url with data"
265-
{:error err
265+
{:error err
266266
:chat-id chat-id
267-
:event "communities/community-channel-url-qr-code-with-data"}))}]})))
268-
267+
:event [:communities/community-channel-url-qr-code-with-data]}))}]})))
269268

270269
(rf/reg-event-fx :communities/set-airdrop-address
271270
(fn [{:keys [db]} [address community-id]]

0 commit comments

Comments
 (0)