Increase number of contracts shown in bets list
This commit is contained in:
parent
2684c8bcca
commit
e9ad30cc74
|
@ -50,7 +50,7 @@ import { LimitOrderTable } from './limit-bets'
|
|||
type BetSort = 'newest' | 'profit' | 'closeTime' | 'value'
|
||||
type BetFilter = 'open' | 'limit_bet' | 'sold' | 'closed' | 'resolved' | 'all'
|
||||
|
||||
const CONTRACTS_PER_PAGE = 20
|
||||
const CONTRACTS_PER_PAGE = 50
|
||||
|
||||
export function BetsList(props: {
|
||||
user: User
|
||||
|
|
Loading…
Reference in New Issue
Block a user