From 9c6ec054b13f24e88b78ca4124b0d3a46234b1d7 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Tue, 3 May 2016 15:04:15 -0700 Subject: 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. --- ui/app/actions.js | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/app/actions.js') 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)) } }) } -- cgit v1.2.3