diff --git a/frontend/src/components/BookPage.js b/frontend/src/components/BookPage.js index 8cb7c36a..3361d081 100644 --- a/frontend/src/components/BookPage.js +++ b/frontend/src/components/BookPage.js @@ -295,7 +295,7 @@ class BookPage extends Component { loading={this.props.bookLoading} rows={this.props.bookOrders.filter( (order) => - (order.type == this.props.type || this.props.type == 2) && + (order.type == this.props.type || this.props.type == null) && (order.currency == this.props.currency || this.props.currency == 0), )} columns={[