fix: remove unnecessary lockChat condition in ChatMessage loading state (#6316)

This commit is contained in:
anovazzi1 2025-02-12 18:58:59 -03:00 committed by GitHub
commit 339f06571b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -313,7 +313,6 @@ export default function ChatMessage({
contentBlocks={chat.content_blocks}
isLoading={
chatMessage === "" &&
lockChat &&
chat.properties?.state === "partial" &&
isBuilding &&
lastMessage