diff --git a/dotcom-rendering/src/components/FrontSection.tsx b/dotcom-rendering/src/components/FrontSection.tsx index 6934e094de..ed80635a2d 100644 --- a/dotcom-rendering/src/components/FrontSection.tsx +++ b/dotcom-rendering/src/components/FrontSection.tsx @@ -517,7 +517,8 @@ export const FrontSection = ({ !!sectionId && !!collectionId && !!pageId && - !!ajaxUrl; + !!ajaxUrl && + !containerLevel; const showVerticalRule = !hasPageSkin && !containerLevel; /**