Skip to content

Commit dd384d5

Browse files
Remove the age warning and sign in gate from The Filter US (#14584)
1 parent 2ab44e2 commit dd384d5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dotcom-rendering/src/components/SignInGate/displayRules.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export const isValidSection = (sectionId?: string): boolean => {
3434
'guardian-live-australia',
3535
'gnm-archive',
3636
'thefilter',
37+
'thefilter-us',
3738
];
3839

3940
// we check for invalid section by reducing the above array, and then NOT the result so we know

dotcom-rendering/src/lib/age-warning.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const getAgeWarning = (
1919
'tone/advertisement-features',
2020
'gnm-archive/gnm-archive',
2121
'thefilter/series/the-filter',
22+
'thefilter-us/series/thefilter-us',
2223
];
2324
const showAge = !tags.some(({ id }) => tagsWithoutAgeWarning.includes(id));
2425

0 commit comments

Comments
 (0)