Skip to content

Commit

Permalink
Merge pull request #12630 from guardian/revert-12624-exclude-thefilte…
Browse files Browse the repository at this point in the history
…r-amp

Revert "Exclude the filter articles from amp"
  • Loading branch information
DanielCliftonGuardian authored Oct 22, 2024
2 parents d7c47a2 + 684eaf5 commit 3465ad0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions dotcom-rendering/src/components/Elements.amp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,7 @@ export const isAmpSupported = ({
if (!hasAmpInteractiveTag) return false;
}

if (
tags.some(
(tag) =>
tag.id === 'type/video' ||
tag.id === 'thefilter/series/the-filter',
)
) {
if (tags.some((tag) => tag.id === 'type/video')) {
return false;
}

Expand Down

0 comments on commit 3465ad0

Please sign in to comment.