From 885d0ca6180d777c5a74e9b9517f4f15e7abf9b5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:31:08 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .../src/components/videos-player.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lerobot/html_dataset_visualizer/src/components/videos-player.tsx b/lerobot/html_dataset_visualizer/src/components/videos-player.tsx index 69c31b137..ddc1f3187 100644 --- a/lerobot/html_dataset_visualizer/src/components/videos-player.tsx +++ b/lerobot/html_dataset_visualizer/src/components/videos-player.tsx @@ -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 */}