diff --git a/apps/web/src/pages/FullSetupPage.tsx b/apps/web/src/pages/FullSetupPage.tsx index 9775e26..42beb44 100644 --- a/apps/web/src/pages/FullSetupPage.tsx +++ b/apps/web/src/pages/FullSetupPage.tsx @@ -42,7 +42,7 @@ export default function FullSetupPage() { }, [id, item?.fileUrl, load]); const objects = useMemo( - () => (mod ? flattenObjects(mod) : []), + () => (mod ? flattenObjects(mod.mod) : []), [mod], );