1
0
Fork 0

whitespace diff;

This commit is contained in:
gluzzati 2024-03-22 11:17:32 +00:00
parent ab9d6f6b44
commit 917e6ef820
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ const FilePreview = ({
}) => {
const [isNotSupported, setIsNotSupported] = useState(false);
if (isNotSupported) return <UnSupportedFile />;
return (
<Stack>
<FilePreviewContext.Provider