Fix sections being displayed when there is only 1 (#3113)

This commit is contained in:
Zeno Kapitein
2025-04-08 18:44:08 +02:00
committed by GitHub
parent 444039c142
commit 8322cd3e35
@@ -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 =