[bug] #2144 warning not shown when app is syncing
This commit is contained in:
parent
ad8157170b
commit
aeee3a6583
|
@ -57,4 +57,4 @@
|
||||||
(reg-sub :syncing?
|
(reg-sub :syncing?
|
||||||
:<- [:sync-state]
|
:<- [:sync-state]
|
||||||
(fn [sync-state]
|
(fn [sync-state]
|
||||||
(= sync-state :syncing)))
|
(#{:pending :in-progress} sync-state)))
|
||||||
|
|
|
@ -145,7 +145,7 @@
|
||||||
portfolio-value [:portfolio-value]
|
portfolio-value [:portfolio-value]
|
||||||
portfolio-change [:portfolio-change]
|
portfolio-change [:portfolio-change]
|
||||||
prices-loading? [:prices-loading?]
|
prices-loading? [:prices-loading?]
|
||||||
syncing? [:syncing?]
|
syncing? [:syncing?]
|
||||||
balance-loading? [:wallet/balance-loading?]
|
balance-loading? [:wallet/balance-loading?]
|
||||||
error-message [:wallet/error-message?]]
|
error-message [:wallet/error-message?]]
|
||||||
[react/view {:style wallet.styles/wallet-container}
|
[react/view {:style wallet.styles/wallet-container}
|
||||||
|
|
Loading…
Reference in New Issue