mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
pending-tx pass the identicon pref on
This commit is contained in:
parent
3cf7bf725f
commit
be25f4da06
@ -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…
Reference in New Issue
Block a user