Skip to content

Commit 3e3d36b

Browse files
authored
Update displayRules.ts
Add `thefilter` to the list of sections for which we are not showing a sign-in gate. And example of Filter article is: https://www.theguardian.com/thefilter/2025/aug/17/tempur-pro-plus-smartcool-mattress-review
1 parent 22ff26d commit 3e3d36b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

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

0 commit comments

Comments
 (0)