1
0
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:
kumavis 2016-06-23 16:43:10 -07:00
parent 3cf7bf725f
commit be25f4da06
2 changed files with 2 additions and 0 deletions

View File

@ -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),
]),

View File

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