fixes 4666

This commit is contained in:
Sara Reynolds 2018-07-03 16:04:31 -07:00
parent d3c64358c5
commit 6bc7647c05
1 changed files with 5 additions and 2 deletions

View File

@ -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)