Lint fixes.

feature/default_network_editable
Dan 7 years ago
parent 81e72147ef
commit c1ff927fa0
  1. 2
      ui/app/actions.js
  2. 2
      ui/app/components/pending-tx/confirm-send-ether.js

@ -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…
Cancel
Save