From be25f4da06d7651b079f8345cd8dc4f01a2a0002 Mon Sep 17 00:00:00 2001 From: kumavis Date: Thu, 23 Jun 2016 16:43:10 -0700 Subject: [PATCH] pending-tx pass the identicon pref on --- ui/app/components/account-panel.js | 1 + ui/app/components/pending-tx.js | 1 + 2 files changed, 2 insertions(+) diff --git a/ui/app/components/account-panel.js b/ui/app/components/account-panel.js index b24d58ace..b98a8cb45 100644 --- a/ui/app/components/account-panel.js +++ b/ui/app/components/account-panel.js @@ -46,6 +46,7 @@ AccountPanel.prototype.render = function () { h('.identicon-wrapper.flex-column.select-none', [ h(Identicon, { address: panelState.identiconKey, + imageify: !state.inlineIdenticons, }), h('span.font-small', panelState.identiconLabel), ]), diff --git a/ui/app/components/pending-tx.js b/ui/app/components/pending-tx.js index e63eba700..484046827 100644 --- a/ui/app/components/pending-tx.js +++ b/ui/app/components/pending-tx.js @@ -45,6 +45,7 @@ PendingTx.prototype.renderGeneric = function (h, state) { showFullAddress: true, identity: identity, account: account, + inlineIdenticons: state.inlineIdenticons, }), // tx data