diff --git a/desktop/src/features/agents/ui/AgentSessionToolItem.tsx b/desktop/src/features/agents/ui/AgentSessionToolItem.tsx index 959a767d7..3ed633ac6 100644 --- a/desktop/src/features/agents/ui/AgentSessionToolItem.tsx +++ b/desktop/src/features/agents/ui/AgentSessionToolItem.tsx @@ -81,7 +81,7 @@ export function ToolItem({ {isActive ? ( @@ -220,7 +220,7 @@ function ToolTimestamp({ return ( - + {time} {duration ? ` ยท ${duration}` : null} @@ -282,7 +282,7 @@ function BuzzToolInlineAction({ if (action.onClick) { return (