File tree 3 files changed +3
-4
lines changed
status_im/contexts/communities
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
(def outer-container
5
5
{:border-radius 16
6
- :width " 100%"
7
6
:overflow :hidden })
8
7
9
8
(def ^:private padding 12 )
Original file line number Diff line number Diff line change 11
11
12
12
(defn- share-qr-code
13
13
[{:keys [qr-image-uri component-width emoji customization-color full-name]}]
14
+ (print component-width)
14
15
[rn/view {:style style/content-container}
15
16
[quo.theme/provider {:theme :light }
16
17
[qr-code/view
Original file line number Diff line number Diff line change 262
262
(rf/dispatch [:open-modal :share-community-channel {:url url}]))
263
263
:on-error (fn [err]
264
264
(log/error " failed to retrieve community channel url with data"
265
- {:error err
265
+ {:error err
266
266
: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 ]}))}]})))
269
268
270
269
(rf/reg-event-fx :communities/set-airdrop-address
271
270
(fn [{:keys [db]} [address community-id]]
You can’t perform that action at this time.
0 commit comments