diff --git a/packages/frontend/src/pages/org-slug/index.tsx b/packages/frontend/src/pages/org-slug/index.tsx index 585c97f..0237b77 100644 --- a/packages/frontend/src/pages/org-slug/index.tsx +++ b/packages/frontend/src/pages/org-slug/index.tsx @@ -44,7 +44,7 @@ const Projects = () => { {/* List of projects */} -
+
{projects.length > 0 && projects.map((project, key) => { return ;