Skip to content

Commit b009bae

Browse files
committed
Include 'More opinion' container
1 parent e5dfa94 commit b009bae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dotcom-rendering/src/layouts/FrontLayout.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,9 @@ export const FrontLayout = ({ front, NAV }: Props) => {
638638
collectionId={index + 1}
639639
containerLevel={collection.containerLevel}
640640
isInOpinionNoAvatarVariant={
641-
collection.displayName === 'Opinion' &&
641+
(collection.displayName === 'Opinion' ||
642+
collection.displayName ===
643+
'More opinion') &&
642644
isInOpinionNoAvatarVariant
643645
}
644646
/>

0 commit comments

Comments
 (0)