From e706f0ea9e58cab85cc9672efda7e4b1e9d3a4fa Mon Sep 17 00:00:00 2001 From: Wentao Lyu <35-wentao.lyu@users.noreply.git.stereye.tech> Date: Wed, 29 Mar 2023 06:44:18 +0800 Subject: [PATCH] typo --- client/src/routes/Chat.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/routes/Chat.jsx b/client/src/routes/Chat.jsx index 2d1607baa4..3feab50a0f 100644 --- a/client/src/routes/Chat.jsx +++ b/client/src/routes/Chat.jsx @@ -68,7 +68,7 @@ export default function Chat() { return ( <> - {conversationId === 'new' && !!messagesTree?.length ? : } + {conversationId === 'new' && !messagesTree?.length ? : } );