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:
parent
ab9d6f6b44
commit
917e6ef820
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user