From 92fb827923d5b162e2418aaa4e90646244722cc6 Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Thu, 4 Aug 2016 14:04:04 -0700 Subject: currency now selectable and save-able. --- ui/app/actions.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'ui/app/actions.js') diff --git a/ui/app/actions.js b/ui/app/actions.js index a5846f0d2..2fd1ccc1c 100644 --- a/ui/app/actions.js +++ b/ui/app/actions.js @@ -218,9 +218,7 @@ function revealAccount () { function setCurrentFiat (fiat) { return (dispatch) => { - dispatch(this.showLoadingIndication()) _accountManager.setCurrentFiat(fiat, (data, err) => { - dispatch(this.hideLoadingIndication()) dispatch({ type: this.SET_CURRENT_FIAT, value: { -- cgit