mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
Fix editing transaction
This commit is contained in:
parent
82af778e62
commit
2db55cd0de
@ -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',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user