diff --git a/client/src/components/cos/tabs/AgentCard.jsx b/client/src/components/cos/tabs/AgentCard.jsx
index 84d1bf96d6..69f7601c4b 100644
--- a/client/src/components/cos/tabs/AgentCard.jsx
+++ b/client/src/components/cos/tabs/AgentCard.jsx
@@ -548,9 +548,9 @@ export default function AgentCard({ agent, onPause, onKill, onDelete, onResume,
{/* Top row: Agent ID, badges, and actions */}
-
+
- {agent.id}
+ {agent.id}
{/* Actions - right side */}
-
+
{(output.length > 0 || inactive) && (