From 3e587b42d02a7430ee4f69c841e52cbf4ba12cad Mon Sep 17 00:00:00 2001 From: Mishig Davaadorj Date: Mon, 9 Jun 2025 14:54:53 +0200 Subject: [PATCH] fix typo --- lerobot/html_dataset_visualizer/src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lerobot/html_dataset_visualizer/src/app/page.tsx b/lerobot/html_dataset_visualizer/src/app/page.tsx index fb4578f7c..8403b3f60 100644 --- a/lerobot/html_dataset_visualizer/src/app/page.tsx +++ b/lerobot/html_dataset_visualizer/src/app/page.tsx @@ -14,7 +14,7 @@ export default function Home({ redirect(searchParams.path); } - // leagcy sync with hf.co/spaces URL params + // legacy sync with hf.co/spaces URL params let redirectUrl: string | null = null; if (searchParams?.dataset && searchParams?.episode) { redirectUrl = `/${searchParams.dataset}/episode_${searchParams.episode}`;