diff --git a/packages/astro/src/default/components/WorkspacePanelWrapper.tsx b/packages/astro/src/default/components/WorkspacePanelWrapper.tsx index 6a56a4e4..01fa4a3c 100644 --- a/packages/astro/src/default/components/WorkspacePanelWrapper.tsx +++ b/packages/astro/src/default/components/WorkspacePanelWrapper.tsx @@ -13,7 +13,7 @@ export function WorkspacePanelWrapper({ lesson }: Props) { const theme = useStore(themeStore); useEffect(() => { - tutorialStore.setLesson(lesson, { ssr: import.meta.env.SSR }); + tutorialStore.setLesson(lesson); }, [lesson]); if (import.meta.env.SSR || !tutorialStore.lesson) {