aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2017-10-31 21:08:29 +0800
committerGitHub <noreply@github.com>2017-10-31 21:08:29 +0800
commit7bfb08cf3b5ed93d28147e5ddaad18e3aaf49c8b (patch)
tree63b905ecfe40c7fcc3094df5593f6cc8e2a95ad1 /ui/app/reducers
parente0030a8bf84c01184eaf251f6ef6a4b61bac2a01 (diff)
parent657449916556d3e8db24dbfbf0355e84a9ea0b09 (diff)
downloadtangerine-wallet-browser-7bfb08cf3b5ed93d28147e5ddaad18e3aaf49c8b.tar.gz
tangerine-wallet-browser-7bfb08cf3b5ed93d28147e5ddaad18e3aaf49c8b.tar.zst
tangerine-wallet-browser-7bfb08cf3b5ed93d28147e5ddaad18e3aaf49c8b.zip
Merge pull request #2508 from watilde/fixes-1192
Remove warning message when show import page
Diffstat (limited to 'ui/app/reducers')
-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 6f08c6dc4..8558d6dca 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -122,6 +122,7 @@ function reduceApp (state, action) {
name: 'import-menu',
},
transForward: true,
+ warning: null,
})
case actions.SHOW_INFO_PAGE: