From 1883029e48724bc86a16cc3ca2a20ff7e189f1ef Mon Sep 17 00:00:00 2001 From: rngsurrounded Date: Mon, 3 Mar 2025 20:40:57 +0900 Subject: [PATCH] history polishing --- .../components/CompetitionHeader/index.tsx | 1 - .../CompetitionSession/modules/TaskSolution/index.tsx | 8 +++++++- 2 files changed, 7 insertions(+), 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 e30888d..c695d5e 100644 --- a/services/frontend/src/pages/CompetitionSession/components/CompetitionHeader/index.tsx +++ b/services/frontend/src/pages/CompetitionSession/components/CompetitionHeader/index.tsx @@ -24,7 +24,6 @@ const CompetitionHeader: React.FC = ({ const handleTaskSelect = (taskId: string) => { setAnswer(""); setSelectedFile(null); - console.log("CLICK TEst") navigate(`/competition/${competitionId}/tasks/${taskId}`); } diff --git a/services/frontend/src/pages/CompetitionSession/modules/TaskSolution/index.tsx b/services/frontend/src/pages/CompetitionSession/modules/TaskSolution/index.tsx index 3eee14c..2b1c8d1 100644 --- a/services/frontend/src/pages/CompetitionSession/modules/TaskSolution/index.tsx +++ b/services/frontend/src/pages/CompetitionSession/modules/TaskSolution/index.tsx @@ -113,7 +113,13 @@ return (
{displayedSolution ? ( - + <> +
+ Последнее решение +
+ + + ) : (
Решение еще не отправлено