|
|
|
@ -283,7 +283,6 @@ ConfirmSendEther.prototype.editTransaction = function (txMeta) { |
|
|
|
|
|
|
|
|
|
ConfirmSendEther.prototype.render = function () { |
|
|
|
|
const { |
|
|
|
|
editTransaction, |
|
|
|
|
currentCurrency, |
|
|
|
|
clearSend, |
|
|
|
|
conversionRate, |
|
|
|
@ -339,7 +338,7 @@ ConfirmSendEther.prototype.render = function () { |
|
|
|
|
h('.page-container__header', [ |
|
|
|
|
h('.page-container__header-row', [ |
|
|
|
|
h('span.page-container__back-button', { |
|
|
|
|
onClick: () => editTransaction(txMeta), |
|
|
|
|
onClick: () => this.editTransaction(txMeta), |
|
|
|
|
style: { |
|
|
|
|
visibility: !txMeta.lastGasPrice ? 'initial' : 'hidden', |
|
|
|
|
}, |
|
|
|
|