Insufficient balance warning in gas customizer works for send token

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

@ -107,19 +107,17 @@ CustomizeGasModal.prototype.validate = function ({ gasTotal, gasLimit }) {
const {
amount,
balance,
primaryCurrency,
selectedToken,
amountConversionRate,
conversionRate,
} = this.props
let error = null
const balanceIsSufficient = isBalanceSufficient({
amount,
gasTotal,
balance,
primaryCurrency,
selectedToken,
amountConversionRate,
conversionRate,

Loading…
Cancel
Save