aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-05-26 06:39:18 +0800
committerDan Finlay <dan@danfinlay.com>2016-05-26 06:39:18 +0800
commite8c88a55512a22b14fd453c72f744abd48977e64 (patch)
tree2c27b527e2b9d2f1aa41c635b6a0a8492737e932 /ui
parentb2b7e7ff7e57a5ce300f9fcc0b5a621004f01ced (diff)
downloadtangerine-wallet-browser-e8c88a55512a22b14fd453c72f744abd48977e64.tar.gz
tangerine-wallet-browser-e8c88a55512a22b14fd453c72f744abd48977e64.tar.zst
tangerine-wallet-browser-e8c88a55512a22b14fd453c72f744abd48977e64.zip
Fix persistent warning bug
Diffstat (limited to 'ui')
-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 a29a8f79c..493246a35 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -152,6 +152,7 @@ function reduceApp(state, action) {
privateKey: '',
},
transForward: false,
+ warning: null,
})
case actions.SHOW_ACCOUNT_DETAIL: