feature/default_network_editable
Sara Reynolds 6 years ago
parent d3c64358c5
commit 6bc7647c05
  1. 7
      ui/app/components/customize-gas-modal/index.js

@ -31,8 +31,6 @@ const {
} = require('../../conversion-util')
const {
getGasPrice,
getGasLimit,
getGasIsLoading,
getForceGasMin,
conversionRateSelector,
@ -44,6 +42,11 @@ const {
getSendMaxModeState,
} = require('../../selectors')
const {
getGasPrice,
getGasLimit,
} = require('../send_/send.selectors')
function mapStateToProps (state) {
const selectedToken = getSelectedToken(state)
const currentAccount = getSendFrom(state) || getCurrentAccountWithSendEtherInfo(state)

Loading…
Cancel
Save