pending-tx pass the identicon pref on

feature/default_network_editable
kumavis 8 years ago
parent 3cf7bf725f
commit be25f4da06
  1. 1
      ui/app/components/account-panel.js
  2. 1
      ui/app/components/pending-tx.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),
]),

@ -45,6 +45,7 @@ PendingTx.prototype.renderGeneric = function (h, state) {
showFullAddress: true,
identity: identity,
account: account,
inlineIdenticons: state.inlineIdenticons,
}),
// tx data

Loading…
Cancel
Save