From ef84cc30c0c5aeffe29259e3293ff105859b720e Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sun, 28 Dec 2025 00:09:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0=E7=AC=A6?= =?UTF-8?q?=E5=8F=B7=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/chat-fragment/ChatMessageContainer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/ui/chat-fragment/ChatMessageContainer.tsx b/client/ui/chat-fragment/ChatMessageContainer.tsx index 54acbdb..d1b3893 100644 --- a/client/ui/chat-fragment/ChatMessageContainer.tsx +++ b/client/ui/chat-fragment/ChatMessageContainer.tsx @@ -2,9 +2,9 @@ import { Chat, Message } from 'lingchair-client-protocol' import * as React from 'react' export default function ChatMessageContainer({ - chatInfo, + chat, }: { - chatInfo: Chat + chat: Chat }) { const [messages, setMessages] = React.useState()