Create a BTC {this.state.type==0 ? "buy":"sell"} order for {this.state.amount} {this.state.currencyCode}
diff --git a/frontend/src/components/OrderPage.js b/frontend/src/components/OrderPage.js
index 5d3d9d44..86ed50ec 100644
--- a/frontend/src/components/OrderPage.js
+++ b/frontend/src/components/OrderPage.js
@@ -68,6 +68,7 @@ export default class OrderPage extends Component {
isBuyer:data.buyer,
isSeller:data.seller,
expiresAt:data.expires_at,
+ badRequest:data.bad_request,
});
});
}