1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

fixes 4666

This commit is contained in:
Sara Reynolds 2018-07-03 16:04:31 -07:00
parent d3c64358c5
commit 6bc7647c05

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)