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 ? : }
>
);