Fix load state for disabled chats

This commit is contained in:
Eric Bailey
2024-05-20 13:57:54 -05:00
parent d0bfe703d9
commit db1c5ff937
+1 -1
View File
@@ -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)