diff --git a/autogpt_platform/frontend/src/components/library/library-agent-card.tsx b/autogpt_platform/frontend/src/components/library/library-agent-card.tsx index 89e79f7ab8..a5c4b07126 100644 --- a/autogpt_platform/frontend/src/components/library/library-agent-card.tsx +++ b/autogpt_platform/frontend/src/components/library/library-agent-card.tsx @@ -64,15 +64,18 @@ export default function LibraryAgentCard({
-

+

{name}

-

+

{description}

+
+ {/* Spacer */} +
) : ( <> -
+
{agents.map((agent) => ( ))}