This commit is contained in:
rngsurrounded
2025-03-02 23:05:50 +09:00
parent 47d3c3a67e
commit b267c3c1fe
2 changed files with 2 additions and 1 deletions
@@ -45,6 +45,7 @@ const CompetitionSession = () => {
}
const handleSubmit = () => {
console.log(currentTask, competitionId, answer)
if (!currentTask || !competitionId || !answer.trim()) return;
submitMutation.mutate();
};