diff --git a/frontend/providers/devbox/app/[lang]/(platform)/(home)/components/DevboxList.tsx b/frontend/providers/devbox/app/[lang]/(platform)/(home)/components/DevboxList.tsx index 7c0ff942e5b..df28673ef15 100644 --- a/frontend/providers/devbox/app/[lang]/(platform)/(home)/components/DevboxList.tsx +++ b/frontend/providers/devbox/app/[lang]/(platform)/(home)/components/DevboxList.tsx @@ -29,9 +29,6 @@ const DevboxList = ({ const router = useRouter(); const t = useTranslations(); const { message: toast } = useMessage(); - const duplicatedDevboxList = Array(20) - .fill(0) - .flatMap(() => [...devboxList]); // TODO: Unified Loading Behavior const { setLoading } = useGlobalStore(); @@ -347,7 +344,7 @@ const DevboxList = ({ ]; return ( <> - + {!!delDevbox && (