aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-msg-details.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/pending-msg-details.js')
-rw-r--r--ui/app/components/pending-msg-details.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/pending-msg-details.js b/ui/app/components/pending-msg-details.js
index 16308d121..404cb8ae2 100644
--- a/ui/app/components/pending-msg-details.js
+++ b/ui/app/components/pending-msg-details.js
@@ -16,7 +16,7 @@ PendingMsgDetails.prototype.render = function () {
var msgData = state.txData
var msgParams = msgData.msgParams || {}
- var address = msgParams.from || state.selectedAddress
+ var address = msgParams.from || state.selectedAccount
var identity = state.identities[address] || { address: address }
var account = state.accounts[address] || { address: address }