aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/actions.js
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2016-08-05 05:04:04 +0800
committerKevin Serrano <kevgagser@gmail.com>2016-08-05 05:04:04 +0800
commit92fb827923d5b162e2418aaa4e90646244722cc6 (patch)
tree08cb282a77f87f12f028ef8380cb3971e37134d7 /ui/app/actions.js
parent479abadaa7dc59dc900cb35e897e0f164e3bb345 (diff)
downloadtangerine-wallet-browser-92fb827923d5b162e2418aaa4e90646244722cc6.tar.gz
tangerine-wallet-browser-92fb827923d5b162e2418aaa4e90646244722cc6.tar.zst
tangerine-wallet-browser-92fb827923d5b162e2418aaa4e90646244722cc6.zip
currency now selectable and save-able.
Diffstat (limited to 'ui/app/actions.js')
-rw-r--r--ui/app/actions.js2
1 files changed, 0 insertions, 2 deletions
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: {