1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-11-14 03:20:15 +01:00

whitespace diff;

This commit is contained in:
gluzzati 2024-03-22 11:17:32 +00:00
parent ab9d6f6b44
commit 917e6ef820

View File

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