mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-07-11 00:33:40 +00:00
style: remove line number from code block
This commit is contained in:
parent
c336cd886c
commit
3c142b64e9
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue