From 0654782f5793652996c0331edbbfc28c18ead67e Mon Sep 17 00:00:00 2001 From: Mckay Wrigley Date: Sat, 18 Mar 2023 04:41:34 -0600 Subject: [PATCH] rogue div --- components/Chat/Chat.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/components/Chat/Chat.tsx b/components/Chat/Chat.tsx index d8d6fe2..f275701 100644 --- a/components/Chat/Chat.tsx +++ b/components/Chat/Chat.tsx @@ -44,12 +44,11 @@ export const Chat: FC = ({ model, messages, loading, lightMode, onSend, o
Model: {OpenAIModelNames[model]}
{messages.map((message, index) => ( -
- -
+ ))} {loading && }