mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-27 08:55:39 +00:00
[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?
|
||||
:<- [:sync-state]
|
||||
(fn [sync-state]
|
||||
(= sync-state :syncing)))
|
||||
(#{:pending :in-progress} sync-state)))
|
||||
|
@ -145,7 +145,7 @@
|
||||
portfolio-value [:portfolio-value]
|
||||
portfolio-change [:portfolio-change]
|
||||
prices-loading? [:prices-loading?]
|
||||
syncing? [:syncing?]
|
||||
syncing? [:syncing?]
|
||||
balance-loading? [:wallet/balance-loading?]
|
||||
error-message [:wallet/error-message?]]
|
||||
[react/view {:style wallet.styles/wallet-container}
|
||||
|
Loading…
x
Reference in New Issue
Block a user