mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Lint
This commit is contained in:
parent
3c90024564
commit
0ef9e8b709
@ -36,13 +36,12 @@ TransactionIcon.prototype.render = function () {
|
|||||||
return h(Tooltip, {
|
return h(Tooltip, {
|
||||||
title: 'Pending',
|
title: 'Pending',
|
||||||
position: 'bottom',
|
position: 'bottom',
|
||||||
},
|
}, [
|
||||||
[
|
|
||||||
h('i.fa.fa-ellipsis-h', {
|
h('i.fa.fa-ellipsis-h', {
|
||||||
style: {
|
style: {
|
||||||
fontSize: '27px',
|
fontSize: '27px',
|
||||||
},
|
},
|
||||||
})
|
}),
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -75,8 +75,7 @@ TransactionListItem.prototype.render = function () {
|
|||||||
h(Tooltip, {
|
h(Tooltip, {
|
||||||
title: 'Transaction Number',
|
title: 'Transaction Number',
|
||||||
position: 'bottom',
|
position: 'bottom',
|
||||||
},
|
}, [
|
||||||
[
|
|
||||||
h('span', {
|
h('span', {
|
||||||
style: {
|
style: {
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
@ -89,7 +88,6 @@ TransactionListItem.prototype.render = function () {
|
|||||||
}, nonce),
|
}, nonce),
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
|
||||||
h('.flex-column', {style: {width: '200px', overflow: 'hidden'}}, [
|
h('.flex-column', {style: {width: '200px', overflow: 'hidden'}}, [
|
||||||
domainField(txParams),
|
domainField(txParams),
|
||||||
h('div', date),
|
h('div', date),
|
||||||
|
Loading…
Reference in New Issue
Block a user