From 4525505a2e0aef46af1cc54414a5f142b2435b3b Mon Sep 17 00:00:00 2001 From: rngsurrounded Date: Mon, 3 Mar 2025 21:17:47 +0900 Subject: [PATCH] test --- .../CompetitionSession/components/CompetitionHeader/index.tsx | 2 +- .../modules/TaskSolution/components/FileSolution/index.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/services/frontend/src/pages/CompetitionSession/components/CompetitionHeader/index.tsx b/services/frontend/src/pages/CompetitionSession/components/CompetitionHeader/index.tsx index c695d5e..d4bab74 100644 --- a/services/frontend/src/pages/CompetitionSession/components/CompetitionHeader/index.tsx +++ b/services/frontend/src/pages/CompetitionSession/components/CompetitionHeader/index.tsx @@ -24,7 +24,7 @@ const CompetitionHeader: React.FC = ({ const handleTaskSelect = (taskId: string) => { setAnswer(""); setSelectedFile(null); - + console.log("SETTER ERROR") navigate(`/competition/${competitionId}/tasks/${taskId}`); } diff --git a/services/frontend/src/pages/CompetitionSession/modules/TaskSolution/components/FileSolution/index.tsx b/services/frontend/src/pages/CompetitionSession/modules/TaskSolution/components/FileSolution/index.tsx index 3a5ae53..59c883e 100644 --- a/services/frontend/src/pages/CompetitionSession/modules/TaskSolution/components/FileSolution/index.tsx +++ b/services/frontend/src/pages/CompetitionSession/modules/TaskSolution/components/FileSolution/index.tsx @@ -68,7 +68,6 @@ const FileSolution: React.FC = ({ ? existingFileUrl.split('/').pop() || 'file' : ''; - console.log(firstSolution, "IS FIRST SOLUTION") const hasFile = !!selectedFile || (!!existingFileUrl && !firstSolution); return (