diff --git a/frontend/src/components/MakerPage.js b/frontend/src/components/MakerPage.js index 5b4b559c..4c68d317 100644 --- a/frontend/src/components/MakerPage.js +++ b/frontend/src/components/MakerPage.js @@ -144,7 +144,6 @@ class MakerPage extends Component { currencyCode, }); this.props.setAppState({ - type: e.target.value, currency: e.target.value, bookCurrencyCode: currencyCode, }); @@ -652,15 +651,8 @@ class MakerPage extends Component { rangeText = () => { const { t } = this.props; return ( -
- {t('From')} +
+ {t('From')} - {t('to')} + {t('to')} - {this.state.currencyCode} + + {this.state.currencyCode} +
); };