Skip to content

Commit ba934d8

Browse files
authored
Merge pull request #679 from Augmint/staging
Release v1.3.1 to production
2 parents 12e19b0 + c85ebab commit ba934d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/containers/exchange/components/PlaceOrderForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class PlaceOrderForm extends React.Component {
116116
const orderDirection = this.props.orderDirection;
117117

118118
try {
119-
price = Ratio.of(values.price);
119+
price = Ratio.of(this.parsePrice(values.price));
120120
if (orderDirection === TOKEN_BUY) {
121121
amount = Wei.of(values.ethAmount);
122122
} else {

0 commit comments

Comments
 (0)