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:
parent
ab9d6f6b44
commit
917e6ef820
@ -38,6 +38,7 @@ const FilePreview = ({
|
||||
}) => {
|
||||
const [isNotSupported, setIsNotSupported] = useState(false);
|
||||
if (isNotSupported) return <UnSupportedFile />;
|
||||
|
||||
return (
|
||||
<Stack>
|
||||
<FilePreviewContext.Provider
|
||||
|
Loading…
Reference in New Issue
Block a user