aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-07-08 04:21:45 +0800
committerDan Finlay <dan@danfinlay.com>2016-07-08 04:21:45 +0800
commite8efe84320ea791535b40e69a64525f7fdb3ea8a (patch)
treee5ac81f816c18871bbe4b14b546d15a924f904f2 /ui/app
parent306035f57508cafd07c27407896a5ac32dc1b435 (diff)
downloadtangerine-wallet-browser-e8efe84320ea791535b40e69a64525f7fdb3ea8a.tar.gz
tangerine-wallet-browser-e8efe84320ea791535b40e69a64525f7fdb3ea8a.tar.zst
tangerine-wallet-browser-e8efe84320ea791535b40e69a64525f7fdb3ea8a.zip
Add nickname rendering for recipient address
Diffstat (limited to 'ui/app')
-rw-r--r--ui/app/components/pending-tx-details.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/pending-tx-details.js b/ui/app/components/pending-tx-details.js
index e0b629e89..b2c16e772 100644
--- a/ui/app/components/pending-tx-details.js
+++ b/ui/app/components/pending-tx-details.js
@@ -177,7 +177,7 @@ PTXP.miniAccountPanelForRecipient = function () {
style: {
fontFamily: 'Montserrat Bold, Montserrat, sans-serif',
},
- }, nameForAddress(txParams.to)),
+ }, nameForAddress(txParams.to, props.identities)),
h('span.font-small', {
style: {
fontFamily: 'Montserrat Light, Montserrat, sans-serif',