Skip to content

Commit

Permalink
container name
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrf1 committed Oct 21, 2024
1 parent fc0eab7 commit 8255e40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dotcom-rendering/src/layouts/FrontLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,7 @@ export const FrontLayout = ({ front, NAV }: Props) => {
return null;
}

// TODO - proper name
if (collection.displayName === 'highlights') {
if (collection.displayName === 'US end-of-year 2024') {
return (
<ContainerOverrides
key={ophanName}
Expand Down

0 comments on commit 8255e40

Please sign in to comment.