From 5b6f5f0db74b530f900ddf304fc7aac4a70145e9 Mon Sep 17 00:00:00 2001 From: Jon Eugster Date: Wed, 31 Jul 2024 16:28:51 +0200 Subject: [PATCH] adding keys --- client/src/components/chat.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/src/components/chat.tsx b/client/src/components/chat.tsx index 6acbfc6..ec4c715 100644 --- a/client/src/components/chat.tsx +++ b/client/src/components/chat.tsx @@ -417,9 +417,7 @@ export function ChatPanel ({visible = true}) { // step.diags.map(diag => ({hint: diagToString(diag), kind: diag.severity, step: i})) ) - return <> - - + return })} {/* */}