File tree 4 files changed +9
-11
lines changed
components/wallet/network_amount
status_im2/contexts/quo_preview
4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 7
7
[quo2.components.wallet.network-amount.style :as style]
8
8
[quo2.foundations.resources :as resources]))
9
9
10
- (defn- network-amount -internal
10
+ (defn- view -internal
11
11
[{:keys [amount token theme]}]
12
12
[rn/view {:style style/container}
13
13
[rn/image
21
21
[rn/view
22
22
{:style (style/divider theme)}]])
23
23
24
- (def network-amount (quo.theme/with-theme network-amount -internal))
24
+ (def view (quo.theme/with-theme view -internal))
Original file line number Diff line number Diff line change 284
284
(def url-preview-list quo2.components.links.url-preview-list.view /view )
285
285
(def link-preview quo2.components.links.link-preview.view /view )
286
286
287
- <<<<<<< HEAD
287
+
288
288
; ;;; GRADIENT
289
289
(def gradient-cover quo2.components.gradient.gradient-cover.view /view )
290
- =======
290
+
291
291
; ;;; WALLET
292
- (def network-amount quo2.components.wallet.network-amount.view /network-amount )
293
- >>>>>>> 0 cde849f5 ( feat: network amount comp)
292
+ (def network-amount quo2.components.wallet.network-amount.view /view )
293
+
Original file line number Diff line number Diff line change 45
45
[quo2.components.settings.settings-list.component-spec]
46
46
[quo2.components.settings.category.component-spec]
47
47
[quo2.components.share.share-qr-code.component-spec]
48
- [quo2.components.tags.status-tags-component-spec]))
48
+ [quo2.components.tags.status-tags-component-spec]
49
+ [quo2.components.wallet.network-amount.component-spec]))
Original file line number Diff line number Diff line change 100
100
[status-im2.contexts.quo-preview.keycard.keycard :as keycard]
101
101
[status-im2.contexts.quo-preview.loaders.skeleton :as skeleton]
102
102
[status-im2.contexts.quo-preview.community.channel-actions :as channel-actions]
103
- <<<<<<< HEAD
104
- [status-im2.contexts.quo-preview.gradient.gradient-cover :as gradient-cover]))
105
- =======
103
+ [status-im2.contexts.quo-preview.gradient.gradient-cover :as gradient-cover]
106
104
[status-im2.contexts.quo-preview.wallet.network-amount :as network-amount]))
107
- >>>>>>> 0 cde849f5 (feat: network amount comp)
108
105
109
106
(def screens-categories
110
107
{:foundations [{:name :shadows
You can’t perform that action at this time.
0 commit comments