We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444039c commit 8322cd3Copy full SHA for 8322cd3
packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx
@@ -39,7 +39,7 @@ export function SpaceLayout(props: {
39
40
const withTopHeader = customization.header.preset !== CustomizationHeaderPreset.None;
41
42
- const withSections = Boolean(sections && sections.list.length > 0);
+ const withSections = Boolean(sections && sections.list.length > 1);
43
const isMultiVariants = Boolean(siteSpaces.length > 1);
44
45
const withFooter =
0 commit comments