diff --git a/services/frontend/src/pages/CompetitionRunnerPage/index.tsx b/services/frontend/src/pages/CompetitionRunnerPage/index.tsx index 8deb3a1..dc12b58 100644 --- a/services/frontend/src/pages/CompetitionRunnerPage/index.tsx +++ b/services/frontend/src/pages/CompetitionRunnerPage/index.tsx @@ -41,17 +41,16 @@ const CompetitionRunnerPage = () => { }; return ( - <> - -
-
-
-

{competitionTitle}

+ <> +
+
+
+

{competitionTitle}

{tasks.map((task) => ( -
{ + navigate(`/competition/${competition.id}`); + }; + return (
{ const [competitions] = useState(mockCompetitions);