mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
Fix show all orders on book on mobile
This commit is contained in:
parent
7754f8a0dc
commit
fb404165cb
@ -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={[
|
||||
|
Loading…
Reference in New Issue
Block a user