diff --git a/ui/desktop/src/components/ToolCallWithResponse.tsx b/ui/desktop/src/components/ToolCallWithResponse.tsx index 55849980910b..2d01886cd491 100644 --- a/ui/desktop/src/components/ToolCallWithResponse.tsx +++ b/ui/desktop/src/components/ToolCallWithResponse.tsx @@ -811,7 +811,7 @@ function ToolCallView({ ); return ( {toolResults.map((result, index) => (
- +
))}