Fix show all orders on book on mobile

This commit is contained in:
Reckless_Satoshi 2022-09-16 12:39:50 -07:00
parent 7754f8a0dc
commit fb404165cb
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -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={[