aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers
diff options
context:
space:
mode:
authorDaijiro Wachi <daijiro.wachi@gmail.com>2017-10-31 03:04:44 +0800
committerDaijiro Wachi <daijiro.wachi@gmail.com>2017-10-31 03:04:44 +0800
commit0bfa10e501f47197996002447a216f278d7e6eb5 (patch)
treebf86e3af803bb256bcefeb82e9b6ccefd8c93f7a /ui/app/reducers
parente0030a8bf84c01184eaf251f6ef6a4b61bac2a01 (diff)
downloadtangerine-wallet-browser-0bfa10e501f47197996002447a216f278d7e6eb5.tar.gz
tangerine-wallet-browser-0bfa10e501f47197996002447a216f278d7e6eb5.tar.zst
tangerine-wallet-browser-0bfa10e501f47197996002447a216f278d7e6eb5.zip
Remove warning message when show import page
Fixes: https://github.com/MetaMask/metamask-extension/issues/1192
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: