Skip to content

Commit 26c8c59

Browse files
Junyi-99Copilot
andauthored
Update webapp/_webapp/src/components/message-entry-container/tools/jsonrpc.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9625b9a commit 26c8c59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • webapp/_webapp/src/components/message-entry-container/tools

webapp/_webapp/src/components/message-entry-container/tools/jsonrpc.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const JsonRpc = ({ functionName, jsonRpcResult, preparing, animated }: Js
5858
{jsonRpcResult.result && (
5959
<div className="text-xs">
6060
<MarkdownComponent animated={animated}>
61-
{jsonRpcResult.result.content?.map((content) => content.text).join("\\n") || ""}
61+
{jsonRpcResult.result.content?.map((content) => content.text).join("\n") || ""}
6262
</MarkdownComponent>
6363
</div>
6464
)}

0 commit comments

Comments
 (0)