Skip to content

Commit a8ddad8

Browse files
Comment out suspect line
1 parent 21c5300 commit a8ddad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ export const SelfHostedVideo = ({
506506
setPreloadPartialData(isAutoplayAllowed === false || !!isInView);
507507
}, [isAutoplayAllowed, isInView]);
508508

509-
if (renderingTarget !== 'Web') return null;
509+
// if (renderingTarget !== 'Web') return null;
510510

511511
if (adapted) {
512512
return FallbackImageComponent;

0 commit comments

Comments
 (0)