We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12e19b0 + c85ebab commit ba934d8Copy full SHA for ba934d8
1 file changed
src/containers/exchange/components/PlaceOrderForm.js
@@ -116,7 +116,7 @@ class PlaceOrderForm extends React.Component {
116
const orderDirection = this.props.orderDirection;
117
118
try {
119
- price = Ratio.of(values.price);
+ price = Ratio.of(this.parsePrice(values.price));
120
if (orderDirection === TOKEN_BUY) {
121
amount = Wei.of(values.ethAmount);
122
} else {
0 commit comments