Insufficient balance warning in gas customizer works for send token

feature/default_network_editable
Dan 7 years ago
parent c420249fb9
commit b16946723f
  1. 2
      ui/app/components/customize-gas-modal/index.js

@ -107,7 +107,6 @@ CustomizeGasModal.prototype.validate = function ({ gasTotal, gasLimit }) {
const {
amount,
balance,
primaryCurrency,
selectedToken,
amountConversionRate,
conversionRate,
@ -119,7 +118,6 @@ CustomizeGasModal.prototype.validate = function ({ gasTotal, gasLimit }) {
amount,
gasTotal,
balance,
primaryCurrency,
selectedToken,
amountConversionRate,
conversionRate,

Loading…
Cancel
Save