Skip to content

Commit f1fb96c

Browse files
authored
Merge pull request #14422 from guardian/ph-20250829-1051-thefilter
Prevent sign-in gate for Filter articles
2 parents 1957de2 + 58afba4 commit f1fb96c

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)