mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Lint fixes.
This commit is contained in:
parent
81e72147ef
commit
c1ff927fa0
@ -1271,7 +1271,7 @@ function retryTransaction (txId) {
|
||||
return dispatch(actions.displayWarning(err.message))
|
||||
}
|
||||
const { selectedAddressTxList } = newState
|
||||
const { id: newTxId } = selectedAddressTxList[selectedAddressTxList.length - 1]
|
||||
const { id: newTxId } = selectedAddressTxList[selectedAddressTxList.length - 1]
|
||||
dispatch(actions.updateMetamaskState(newState))
|
||||
dispatch(actions.viewPendingTx(newTxId))
|
||||
})
|
||||
|
@ -233,8 +233,6 @@ ConfirmSendEther.prototype.render = function () {
|
||||
name: toName,
|
||||
},
|
||||
memo,
|
||||
gasFeeInFIAT,
|
||||
gasFeeInETH,
|
||||
gasFeeInHex,
|
||||
amountInFIAT,
|
||||
totalInFIAT,
|
||||
|
Loading…
Reference in New Issue
Block a user