This commit is contained in:
rngsurrounded
2025-03-03 21:17:47 +09:00
parent 788d3fa6fc
commit 4525505a2e
2 changed files with 1 additions and 2 deletions
@@ -68,7 +68,6 @@ const FileSolution: React.FC<FileSolutionProps> = ({
? existingFileUrl.split('/').pop() || 'file'
: '';
console.log(firstSolution, "IS FIRST SOLUTION")
const hasFile = !!selectedFile || (!!existingFileUrl && !firstSolution);
return (