1
0
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:
Dan 2018-03-09 10:00:37 -03:30
parent 81e72147ef
commit c1ff927fa0
2 changed files with 1 additions and 3 deletions

View File

@ -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))
})

View File

@ -233,8 +233,6 @@ ConfirmSendEther.prototype.render = function () {
name: toName,
},
memo,
gasFeeInFIAT,
gasFeeInETH,
gasFeeInHex,
amountInFIAT,
totalInFIAT,