|
|
|
@ -2,7 +2,7 @@ import { connect } from 'react-redux' |
|
|
|
|
import { |
|
|
|
|
getAmountConversionRate, |
|
|
|
|
getConversionRate, |
|
|
|
|
getConvertedCurrency, |
|
|
|
|
getCurrentCurrency, |
|
|
|
|
getGasTotal, |
|
|
|
|
getPrimaryCurrency, |
|
|
|
|
getSelectedToken, |
|
|
|
@ -31,7 +31,7 @@ function mapStateToProps (state) { |
|
|
|
|
amountConversionRate: getAmountConversionRate(state), |
|
|
|
|
balance: getSendFromBalance(state), |
|
|
|
|
conversionRate: getConversionRate(state), |
|
|
|
|
convertedCurrency: getConvertedCurrency(state), |
|
|
|
|
convertedCurrency: getCurrentCurrency(state), |
|
|
|
|
gasTotal: getGasTotal(state), |
|
|
|
|
inError: sendAmountIsInError(state), |
|
|
|
|
primaryCurrency: getPrimaryCurrency(state), |
|
|
|
|