aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-05-04 06:04:15 +0800
committerDan Finlay <dan@danfinlay.com>2016-05-04 06:04:15 +0800
commit9c6ec054b13f24e88b78ca4124b0d3a46234b1d7 (patch)
tree6409dd6ea4aee0f58e243959568a4dca3fd0e63d /ui/app/reducers
parent46e100f595a3db7aaab913bc4c12f4d6c5d01cd5 (diff)
downloadtangerine-wallet-browser-9c6ec054b13f24e88b78ca4124b0d3a46234b1d7.tar.gz
tangerine-wallet-browser-9c6ec054b13f24e88b78ca4124b0d3a46234b1d7.tar.zst
tangerine-wallet-browser-9c6ec054b13f24e88b78ca4124b0d3a46234b1d7.zip
Show any pending txs when unlocking
Before the unlock action hard-routed to the home route, now it has a condition where it will show pending transactions instead.
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 fb03ffeee..14f92a8c5 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -108,6 +108,7 @@ function reduceApp(state, action) {
case actions.UNLOCK_METAMASK:
return extend(appState, {
+ currentView: {},
transForward: true,
warning: null,
})