feature/default_network_editable
Dan Finlay 8 years ago
parent 3c90024564
commit 0ef9e8b709
  1. 5
      ui/app/components/transaction-list-item-icon.js
  2. 4
      ui/app/components/transaction-list-item.js

@ -36,13 +36,12 @@ TransactionIcon.prototype.render = function () {
return h(Tooltip, {
title: 'Pending',
position: 'bottom',
},
[
}, [
h('i.fa.fa-ellipsis-h', {
style: {
fontSize: '27px',
},
})
}),
])
}

@ -75,8 +75,7 @@ TransactionListItem.prototype.render = function () {
h(Tooltip, {
title: 'Transaction Number',
position: 'bottom',
},
[
}, [
h('span', {
style: {
display: 'flex',
@ -89,7 +88,6 @@ TransactionListItem.prototype.render = function () {
}, nonce),
]),
h('.flex-column', {style: {width: '200px', overflow: 'hidden'}}, [
domainField(txParams),
h('div', date),

Loading…
Cancel
Save