diff --git a/app/scenes/Document/components/Contents.tsx b/app/scenes/Document/components/Contents.tsx index b6cf6c4d2..f498f5b2a 100644 --- a/app/scenes/Document/components/Contents.tsx +++ b/app/scenes/Document/components/Contents.tsx @@ -54,7 +54,7 @@ export default function Contents({ headings }: Props) { const { t } = useTranslation(); if (headings.length === 0) { - return null; + return ; } return (