diff --git a/web/lib/firebase/contracts.ts b/web/lib/firebase/contracts.ts index d98fa2db..a4d78b59 100644 --- a/web/lib/firebase/contracts.ts +++ b/web/lib/firebase/contracts.ts @@ -162,6 +162,7 @@ export async function getHotContracts() { const closingSoonQuery = query( contractCollection, where('isResolved', '==', false), + where('visibility', '==', 'public'), where('closeTime', '>', Date.now()), orderBy('closeTime', 'asc'), limit(6)