diff --git a/packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx b/packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx index 014f29ee7..6b9aefd92 100644 --- a/packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx +++ b/packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx @@ -39,7 +39,7 @@ export function SpaceLayout(props: { const withTopHeader = customization.header.preset !== CustomizationHeaderPreset.None; - const withSections = Boolean(sections && sections.list.length > 0); + const withSections = Boolean(sections && sections.list.length > 1); const isMultiVariants = Boolean(siteSpaces.length > 1); const withFooter =