aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/actions.js
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/actions.js
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/actions.js')
-rw-r--r--ui/app/actions.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/actions.js b/ui/app/actions.js
index 72550ff15..072139e1a 100644
--- a/ui/app/actions.js
+++ b/ui/app/actions.js
@@ -113,7 +113,6 @@ function tryUnlockMetamask(password) {
dispatch(this.unlockFailed())
} else {
dispatch(this.unlockMetamask())
- dispatch(this.showAccountDetail(selectedAccount))
}
})
}