diff --git a/src/widgets/video/VideoFeed.tsx b/src/widgets/video/VideoFeed.tsx index ab4e4744b..5486243a1 100644 --- a/src/widgets/video/VideoFeed.tsx +++ b/src/widgets/video/VideoFeed.tsx @@ -15,7 +15,6 @@ const VideoFeed = ({ source, controls, autoPlay, muted }: VideoFeedProps) => { const [player, setPlayer] = useState>(); const { classes, cx } = useStyles(); - useEffect(() => { // make sure Video.js player is only initialized once if (player) { @@ -50,7 +49,7 @@ const VideoFeed = ({ source, controls, autoPlay, muted }: VideoFeedProps) => { {/* eslint-disable-next-line jsx-a11y/media-has-caption */} );