Skip to content

Commit 0d13e66

Browse files
committed
style
1 parent bd4ef53 commit 0d13e66

File tree

1 file changed

+9
-9
lines changed
  • src/status_im/contexts/wallet/share_community_channel

1 file changed

+9
-9
lines changed

src/status_im/contexts/wallet/share_community_channel/view.cljs

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
(ns status-im.contexts.wallet.share-community-channel.view
22
(:require
3-
[quo.core :as quo]
4-
[react-native.core :as rn]
5-
[react-native.safe-area :as safe-area]
6-
[status-im.common.qr-codes.view :as qr-codes]
7-
[status-im.contexts.wallet.share-community-channel.style :as style]
8-
[utils.i18n :as i18n]
9-
[utils.image-server :as image-server]
10-
[utils.re-frame :as rf]))
3+
[quo.core :as quo]
4+
[react-native.core :as rn]
5+
[react-native.safe-area :as safe-area]
6+
[status-im.common.qr-codes.view :as qr-codes]
7+
[status-im.contexts.wallet.share-community-channel.style :as style]
8+
[utils.i18n :as i18n]
9+
[utils.image-server :as image-server]
10+
[utils.re-frame :as rf]))
1111

1212
(defn view
1313
[]
@@ -27,7 +27,7 @@
2727
[quo/overlay {:type :shell}
2828
[rn/view
2929
{:style {:padding-top padding-top}
30-
:key :share-community}
30+
:key :share-community}
3131
[quo/page-nav
3232
{:icon-name :i/close
3333
:on-press #(rf/dispatch [:navigate-back])

0 commit comments

Comments
 (0)