Skip to content

Commit 1ac5e88

Browse files
authored
Merge branch 'main' into jm/fix-banner-preview-with-sign-in-gate
2 parents 781cb59 + 0a7a36c commit 1ac5e88

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dotcom-rendering/src/components/SelfHostedVideo.importable.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,6 @@ export const SelfHostedVideo = ({
506506
setPreloadPartialData(isAutoplayAllowed === false || !!isInView);
507507
}, [isAutoplayAllowed, isInView]);
508508

509-
if (renderingTarget !== 'Web') return null;
510-
511509
if (adapted) {
512510
return FallbackImageComponent;
513511
}

0 commit comments

Comments
 (0)