Skip to content

Commit

Permalink
disable show more if there is a containerLevel set in
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 committed Nov 29, 2024
1 parent 257bb95 commit 5021c4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dotcom-rendering/src/components/FrontSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,8 @@ export const FrontSection = ({
!!sectionId &&
!!collectionId &&
!!pageId &&
!!ajaxUrl;
!!ajaxUrl &&
!containerLevel;
const showVerticalRule = !hasPageSkin && !containerLevel;

/**
Expand Down

0 comments on commit 5021c4a

Please sign in to comment.