[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)))