diff --git a/app/[orgId]/contests/[id]/page.tsx b/app/[orgId]/contests/[id]/page.tsx index bc12bfd..b8e65a0 100644 --- a/app/[orgId]/contests/[id]/page.tsx +++ b/app/[orgId]/contests/[id]/page.tsx @@ -245,6 +245,25 @@ export default function ContestDetailsPage() { Problems will be available when the contest starts. )} + + {shouldShowProblems() ? ( +
+ {paragraph} +
+ ))} +