From 2cae20e875efccae0accc7b6af3194a6804daa66 Mon Sep 17 00:00:00 2001 From: Scott Cazan Date: Tue, 4 Feb 2025 14:26:04 +0100 Subject: [PATCH] lint --- .../src/components/SpaceLayout/SpaceLayout.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx b/packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx index 067400e0c..4dc5be4fb 100644 --- a/packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx +++ b/packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx @@ -78,10 +78,11 @@ export async function SpaceLayout(props: { const visitorAuthToken = await getCurrentVisitorToken(); const enabled = await shouldTrackEvents(); - const withFooter = customization.themes.toggeable || - customization.footer.copyright || - customization.footer.logo || - customization.footer.groups?.length; + const withFooter = + customization.themes.toggeable || + customization.footer.copyright || + customization.footer.logo || + customization.footer.groups?.length; return (