diff --git a/frontend/src/components/share/FilePreview.tsx b/frontend/src/components/share/FilePreview.tsx
index a27cef61..55b37de4 100644
--- a/frontend/src/components/share/FilePreview.tsx
+++ b/frontend/src/components/share/FilePreview.tsx
@@ -38,6 +38,7 @@ const FilePreview = ({
}) => {
const [isNotSupported, setIsNotSupported] = useState(false);
if (isNotSupported) return ;
+
return (