2
0
mirror of https://github.com/status-im/status-mobile.git synced 2025-01-16 03:35:33 +00:00

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

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