typo prevented error on prices-update from clearing

This commit is contained in:
Eric Dvorsak 2017-09-20 16:14:42 +02:00 committed by Roman Volosovskyi
parent 77e2f51d85
commit bce18bf32c
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
:success-event :update-prices-success
:error-event :update-prices-fail}
:db (-> db
(clear-error-message :price-update)
(clear-error-message :prices-update)
(clear-error-message :balance-update)
(assoc-in [:wallet :balance-loading?] true)
(assoc :prices-loading? true))}))