mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-22 03:59:42 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -171,7 +171,7 @@ export const VideosPlayer = ({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
videoRefs.current.forEach((video) => {
|
videoRefs.current.forEach((video) => {
|
||||||
if (video) {
|
if (video) {
|
||||||
// If already ready, call the handler immediately
|
// If already ready, call the handler immediately
|
||||||
@@ -182,7 +182,7 @@ export const VideosPlayer = ({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
return () => {
|
return () => {
|
||||||
videoRefs.current.forEach((video) => {
|
videoRefs.current.forEach((video) => {
|
||||||
if (video) {
|
if (video) {
|
||||||
@@ -191,7 +191,7 @@ export const VideosPlayer = ({
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{/* Error message */}
|
{/* Error message */}
|
||||||
|
|||||||
Reference in New Issue
Block a user