diff --git a/components/console/repository-list.tsx b/components/console/repository-list.tsx index efea7ee..1838209 100644 --- a/components/console/repository-list.tsx +++ b/components/console/repository-list.tsx @@ -232,7 +232,9 @@ export function RepositoryList({ {loading && ( view === "grid" ? (
- {Array.from({ length: 6 }).map((_, i) => )} + {Array.from({ length: 6 }).map((_, i) => ( + + ))}
) : (
@@ -247,7 +249,9 @@ export function RepositoryList({ - {Array.from({ length: 6 }).map((_, i) => )} + {Array.from({ length: 6 }).map((_, i) => ( + + ))}
@@ -289,4 +293,4 @@ export function RepositoryList({ )} ); -} +} \ No newline at end of file