aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers/app.js
diff options
context:
space:
mode:
authorDan Finlay <flyswatter@users.noreply.github.com>2017-03-23 06:37:44 +0800
committerGitHub <noreply@github.com>2017-03-23 06:37:44 +0800
commitbb971baf81bb60cdd617e4bfb298581411a5f1b1 (patch)
tree942b0df07222e7813f7c45f1939caed7c0937dc3 /ui/app/reducers/app.js
parentb5b88392b9cd16893c7b9222040c8222ccf72ce0 (diff)
parent33ba38df6e3d2e088442968261c740e892387411 (diff)
downloadtangerine-wallet-browser-bb971baf81bb60cdd617e4bfb298581411a5f1b1.tar.gz
tangerine-wallet-browser-bb971baf81bb60cdd617e4bfb298581411a5f1b1.tar.zst
tangerine-wallet-browser-bb971baf81bb60cdd617e4bfb298581411a5f1b1.zip
Merge branch 'master' into i1237-xmlfix2
Diffstat (limited to 'ui/app/reducers/app.js')
-rw-r--r--ui/app/reducers/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js
index 7ea1e1d7c..b9e3f7b16 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -426,6 +426,7 @@ function reduceApp (state, action) {
case actions.DISPLAY_WARNING:
return extend(appState, {
warning: action.value,
+ isLoading: false,
})
case actions.HIDE_WARNING: