diff --git a/desktop/src/components/chat/DiffViewer.tsx b/desktop/src/components/chat/DiffViewer.tsx index ec1e5ffb..2e6e36bb 100644 --- a/desktop/src/components/chat/DiffViewer.tsx +++ b/desktop/src/components/chat/DiffViewer.tsx @@ -25,8 +25,8 @@ export function DiffViewer({ filePath, oldString, newString }: Props) { const deletions = lines.filter((line) => line.type === 'removed').length return ( -