We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab44e2 commit dd384d5Copy full SHA for dd384d5
dotcom-rendering/src/components/SignInGate/displayRules.ts
@@ -34,6 +34,7 @@ export const isValidSection = (sectionId?: string): boolean => {
34
'guardian-live-australia',
35
'gnm-archive',
36
'thefilter',
37
+ 'thefilter-us',
38
];
39
40
// 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
@@ -19,6 +19,7 @@ export const getAgeWarning = (
19
'tone/advertisement-features',
20
'gnm-archive/gnm-archive',
21
'thefilter/series/the-filter',
22
+ 'thefilter-us/series/thefilter-us',
23
24
const showAge = !tags.some(({ id }) => tagsWithoutAgeWarning.includes(id));
25
0 commit comments