parent
f631e1fe9d
commit
8225d91ee0
|
@ -24,6 +24,7 @@
|
|||
(def selected-tab-container
|
||||
{:padding-horizontal 8})
|
||||
|
||||
(def home-container
|
||||
(defn home-container
|
||||
[]
|
||||
{:margin-top (safe-area/get-top)
|
||||
:flex 1})
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
(let [networks (rf/sub [:wallet/network-details])
|
||||
account-cards-data (rf/sub [:wallet/account-cards-data])
|
||||
cards (conj account-cards-data (new-account-card-data))]
|
||||
[rn/view {:style style/home-container}
|
||||
[rn/view {:style (style/home-container)}
|
||||
[common.top-nav/view]
|
||||
[rn/view {:style style/overview-container}
|
||||
[quo/wallet-overview (temp/wallet-overview-state networks)]]
|
||||
|
|
Loading…
Reference in New Issue