tournaments: included resolved markets
This commit is contained in:
parent
985ea56ee5
commit
e559f39a96
|
@ -108,7 +108,6 @@ export const tournamentContractsByGroupSlugQuery = (slug: string) =>
|
|||
query(
|
||||
contracts,
|
||||
where('groupSlugs', 'array-contains', slug),
|
||||
where('isResolved', '==', false),
|
||||
orderBy('popularityScore', 'desc')
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user