[bug] #2144 warning not shown when app is syncing

This commit is contained in:
Eric Dvorsak 2017-10-18 21:21:24 +02:00 committed by Roman Volosovskyi
parent ad8157170b
commit aeee3a6583
2 changed files with 2 additions and 2 deletions

View File

@ -57,4 +57,4 @@
(reg-sub :syncing?
:<- [:sync-state]
(fn [sync-state]
(= sync-state :syncing)))
(#{:pending :in-progress} sync-state)))

View File

@ -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}