diff --git a/desktop/src/components/chat/CodeViewer.tsx b/desktop/src/components/chat/CodeViewer.tsx index f8ce60ec..f75721e5 100644 --- a/desktop/src/components/chat/CodeViewer.tsx +++ b/desktop/src/components/chat/CodeViewer.tsx @@ -38,11 +38,10 @@ export function CodeViewer({ code, language, maxLines = 20, showLineNumbers = tr const lineCountLabel = `${lines.length} ${lines.length === 1 ? 'line' : 'lines'}` const showExpandToggle = lines.length > maxLines - const displayLines = visibleLines.length return ( -