diff --git a/src/pages/judging.tsx b/src/pages/judging.tsx index 0ff93df2..8d4fc3eb 100644 --- a/src/pages/judging.tsx +++ b/src/pages/judging.tsx @@ -44,6 +44,7 @@ const Judging: NextPage = () => { trpc.table.getTables.useQuery(); const { mutate: submitJudgment } = trpc.judging.createJudgingResult.useMutation(); + // TODO: Change this endpoint to only handle one thing, not filtering on projectId const { data: nextProject, refetch: refetchNextProject, @@ -280,7 +281,18 @@ const Judging: NextPage = () => {
+ There are no more projects available for judging at this + time. +
+