mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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 () {
|
ConfirmSendEther.prototype.render = function () {
|
||||||
const {
|
const {
|
||||||
editTransaction,
|
|
||||||
currentCurrency,
|
currentCurrency,
|
||||||
clearSend,
|
clearSend,
|
||||||
conversionRate,
|
conversionRate,
|
||||||
@ -339,7 +338,7 @@ ConfirmSendEther.prototype.render = function () {
|
|||||||
h('.page-container__header', [
|
h('.page-container__header', [
|
||||||
h('.page-container__header-row', [
|
h('.page-container__header-row', [
|
||||||
h('span.page-container__back-button', {
|
h('span.page-container__back-button', {
|
||||||
onClick: () => editTransaction(txMeta),
|
onClick: () => this.editTransaction(txMeta),
|
||||||
style: {
|
style: {
|
||||||
visibility: !txMeta.lastGasPrice ? 'initial' : 'hidden',
|
visibility: !txMeta.lastGasPrice ? 'initial' : 'hidden',
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user