mirror of
https://github.com/huggingface/lerobot.git
synced 2026-06-03 20:31:25 +00:00
fix typo
This commit is contained in:
@@ -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}`;
|
||||
|
||||
Reference in New Issue
Block a user