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 22ff26d commit 3e3d36bCopy full SHA for 3e3d36b
dotcom-rendering/src/components/SignInGate/displayRules.ts
@@ -33,6 +33,7 @@ export const isValidSection = (sectionId?: string): boolean => {
33
'help',
34
'guardian-live-australia',
35
'gnm-archive',
36
+ 'thefilter',
37
];
38
39
// we check for invalid section by reducing the above array, and then NOT the result so we know
0 commit comments