Skip to content

Commit

Permalink
Allow beta containers to be toggled
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Jan 22, 2025
1 parent 34f62d3 commit 81bb3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotcom-rendering/src/components/FrontSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ export const FrontSection = ({
isTagPage = false,
isBetaContainer,
}: Props) => {
const isToggleable = toggleable && !!sectionId && !containerLevel;
const isToggleable = toggleable && !!sectionId;
const showMore =
canShowMore &&
!!title &&
Expand Down

0 comments on commit 81bb3f8

Please sign in to comment.