mirror of
https://github.com/RoboSats/robosats.git
synced 2025-08-03 23:00:04 +00:00
Fix show all orders on book on mobile
This commit is contained in:
@ -295,7 +295,7 @@ class BookPage extends Component {
|
|||||||
loading={this.props.bookLoading}
|
loading={this.props.bookLoading}
|
||||||
rows={this.props.bookOrders.filter(
|
rows={this.props.bookOrders.filter(
|
||||||
(order) =>
|
(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),
|
(order.currency == this.props.currency || this.props.currency == 0),
|
||||||
)}
|
)}
|
||||||
columns={[
|
columns={[
|
||||||
|
Reference in New Issue
Block a user