0 shown when appropriate asset selected [#4900]
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
ee317c4aeb
commit
763b9f006e
|
@ -26,8 +26,10 @@
|
||||||
visible-tokens [:wallet/visible-tokens-symbols]]
|
visible-tokens [:wallet/visible-tokens-symbols]]
|
||||||
[react/view (merge components.styles/flex {:background-color :white})
|
[react/view (merge components.styles/flex {:background-color :white})
|
||||||
[status-bar/status-bar {:type :modal-wallet}]
|
[status-bar/status-bar {:type :modal-wallet}]
|
||||||
[toolbar/toolbar #_{} {:style wallet.styles/toolbar}
|
[toolbar/toolbar {:style wallet.styles/toolbar}
|
||||||
[toolbar/nav-text {:style {:color :white}
|
[toolbar/nav-text {:handler #(do (re-frame/dispatch [:update-wallet])
|
||||||
|
(re-frame/dispatch [:navigate-back]))
|
||||||
|
:style {:color :white}
|
||||||
:accessibility-label :done-button}
|
:accessibility-label :done-button}
|
||||||
(i18n/label :t/done)]
|
(i18n/label :t/done)]
|
||||||
[toolbar/content-title {:color :white}
|
[toolbar/content-title {:color :white}
|
||||||
|
|
Loading…
Reference in New Issue