[🐴] Fix load state for disabled chats (#4119)
This commit is contained in:
parent
3356bcfba6
commit
f52db843ad
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ function Inner() {
|
|||
const [hasScrolled, setHasScrolled] = React.useState(false)
|
||||
const readyToShow =
|
||||
hasScrolled ||
|
||||
(convoState.status === ConvoStatus.Ready &&
|
||||
(isConvoActive(convoState) &&
|
||||
!convoState.isFetchingHistory &&
|
||||
convoState.items.length === 0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue