diff --git a/src/app/[locale]/tournaments/page.tsx b/src/app/[locale]/tournaments/page.tsx index e5024ca..72a4704 100644 --- a/src/app/[locale]/tournaments/page.tsx +++ b/src/app/[locale]/tournaments/page.tsx @@ -33,6 +33,11 @@ const getTournaments = async () => { }, }, }, + { + $match: { + status: { $ne: "completed" } + }, + }, { $sort: { dateParts: 1,