mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
typo
This commit is contained in:
parent
e663270072
commit
e706f0ea9e
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ export default function Chat() {
|
|||
|
||||
return (
|
||||
<>
|
||||
{conversationId === 'new' && !!messagesTree?.length ? <Landing /> : <Messages />}
|
||||
{conversationId === 'new' && !messagesTree?.length ? <Landing /> : <Messages />}
|
||||
<TextChat />
|
||||
</>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue