diff --git a/src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx b/src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx index 579740dcfa..cad7e2dc87 100644 --- a/src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx +++ b/src/components/ageAssurance/AgeAssuranceDismissibleFeedBanner.tsx @@ -103,7 +103,9 @@ export function AgeAssuranceDismissibleFeedBanner() { paddingRight: 40, }, ]}> - {copy.banner} + + {copy.banner} + diff --git a/src/view/com/posts/PostFeed.tsx b/src/view/com/posts/PostFeed.tsx index 713cff0b55..34ebc06fa5 100644 --- a/src/view/com/posts/PostFeed.tsx +++ b/src/view/com/posts/PostFeed.tsx @@ -515,7 +515,7 @@ let PostFeed = ({ * Only insert if this feed was the last selected feed at * startup and the banner is eligible to be shown. */ - if (isCurrentFeedAtStartupSelected) { + if (sliceIndex === 0 && isCurrentFeedAtStartupSelected) { arr.push({ type: 'ageAssuranceBanner', key: 'ageAssuranceBanner-' + sliceIndex,