fixed conversation be selected even though its a new conversation
This commit is contained in:
parent
2c812657d6
commit
726b19c8bb
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ export function Navigation({
|
|||
);
|
||||
}
|
||||
|
||||
if (isOnChatPage) {
|
||||
if (isOnChatPage && !isConversationsLoading) {
|
||||
if (conversations.length === 0 && !placeholderConversation) {
|
||||
handleNewConversation();
|
||||
} else if (activeConvo) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue