style: remove line number from code block

This commit is contained in:
Dustin Healy 2026-01-05 20:45:50 -08:00 committed by Danny Avila
parent c336cd886c
commit 3c142b64e9
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956

View file

@ -201,9 +201,7 @@ export default function ToolCall({
</div>
{parsedQuery && (
<div className="clickhouse-codeblock my-2">
<CodeBlock language="sql" showLineNumbers>
{parsedQuery}
</CodeBlock>
<CodeBlock language="sql">{parsedQuery}</CodeBlock>
</div>
)}
<div