Fix send import path in customize gas modal

feature/default_network_editable
Whymarrh Whitby 6 years ago
parent 040b8c59c4
commit d38405fb0e
  1. 2
      ui/app/components/modals/customize-gas/customize-gas.component.js

@ -1,7 +1,7 @@
import React, { Component } from 'react' import React, { Component } from 'react'
import PropTypes from 'prop-types' import PropTypes from 'prop-types'
import GasModalCard from '../../customize-gas-modal/gas-modal-card' import GasModalCard from '../../customize-gas-modal/gas-modal-card'
import { MIN_GAS_PRICE_GWEI } from '../../send_/send.constants' import { MIN_GAS_PRICE_GWEI } from '../../send/send.constants'
import { import {
getDecimalGasLimit, getDecimalGasLimit,

Loading…
Cancel
Save