1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-11-13 03:00:12 +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);
if (isNotSupported) return <UnSupportedFile />;
return (
<Stack>
<FilePreviewContext.Provider