mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-15 16:49:55 +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) => {
|
||||
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 */}
|
||||
|
||||
Reference in New Issue
Block a user