minor fixes

This commit is contained in:
rngsurrounded
2025-03-03 19:58:56 +09:00
parent a0ac4dfb3c
commit 284f30b9c0
4 changed files with 16 additions and 1 deletions
@@ -111,6 +111,7 @@ const TaskSolution: React.FC<TaskSolutionProps> = ({
const handleSolutionSelect = (solution: Solution) => {
setDisplayedSolution(solution);
console.log(displayedSolution)
};
const handleClearExistingFile = () => {