[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-06-10 10:31:08 +00:00
parent 9d9326975f
commit 885d0ca618
@@ -171,7 +171,7 @@ export const VideosPlayer = ({
}
}
};
videoRefs.current.forEach((video) => {
if (video) {
// If already ready, call the handler immediately
@@ -182,7 +182,7 @@ export const VideosPlayer = ({
}
}
});
return () => {
videoRefs.current.forEach((video) => {
if (video) {
@@ -191,7 +191,7 @@ export const VideosPlayer = ({
});
};
}, []);
return (
<>
{/* Error message */}