file solution fix

This commit is contained in:
rngsurrounded
2025-03-03 23:00:23 +09:00
parent bc0c24fa5a
commit 304704d392
2 changed files with 1 additions and 4 deletions
@@ -149,7 +149,6 @@ const TaskSolution: React.FC<TaskSolutionProps> = ({
fileInputRef={fileInputRef}
existingFileUrl={selectedSolutionUrl}
onClearExistingFile={handleClearExistingFile}
firstSolution={solutionHistory.length > 0}
/>
)}