mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 21:27:10 +00:00
history polishing
This commit is contained in:
@@ -24,7 +24,6 @@ const CompetitionHeader: React.FC<CompetitionHeaderProps> = ({
|
||||
const handleTaskSelect = (taskId: string) => {
|
||||
setAnswer("");
|
||||
setSelectedFile(null);
|
||||
console.log("CLICK TEst")
|
||||
|
||||
navigate(`/competition/${competitionId}/tasks/${taskId}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user