minor fixes

This commit is contained in:
rngsurrounded
2025-03-03 00:57:19 +09:00
parent 0ad79aa353
commit fc17430ff4
2 changed files with 1 additions and 4 deletions
@@ -101,7 +101,6 @@ const CompetitionSession = () => {
<TaskContent task={currentTask} />
<TaskSolution
task={currentTask}
solutions={[]}
answer={answer}
setAnswer={setAnswer}
selectedFile={selectedFile}