diff --git a/apps/v4/components/directory-list.tsx b/apps/v4/components/directory-list.tsx
index 012a6f4583..57b3a7dd3a 100644
--- a/apps/v4/components/directory-list.tsx
+++ b/apps/v4/components/directory-list.tsx
@@ -325,7 +325,7 @@ function DirectoryListSkeleton() {
<>
- {Array.from({ length: 5 }, (_, index) => (
+ {Array.from({ length: 10 }, (_, index) => (
-
@@ -342,7 +342,7 @@ function DirectoryListSkeleton() {
- {index < 4 && }
+ {index < 9 && }
))}