fix: show message list.
This commit is contained in:
@@ -68,7 +68,7 @@ export default function Chat() {
|
||||
|
||||
return (
|
||||
<>
|
||||
{conversationId == 'new' ? <Landing /> : <Messages />}
|
||||
{conversationId === 'new' && !!messagesTree?.length ? <Landing /> : <Messages />}
|
||||
<TextChat />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user