Skip to content

Commit 8990801

Browse files
committed
fix: build errors
1 parent 01b9c06 commit 8990801

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/pages/upload/File/DropzoneFile.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ export default function DropzoneFile({
4343
<Center h='100%'>
4444
<Group justify='center' gap='xl'>
4545
<IconFileUpload size={48} />
46-
<Text size='md' ff='monospace'>{file.name}</Text>
46+
<Text size='md' ff='monospace'>
47+
{file.name}
48+
</Text>
4749
</Group>
4850
</Center>
4951
</Paper>

0 commit comments

Comments
 (0)