fix: remove unnecessary lockChat condition in ChatMessage loading state (#6316)
This commit is contained in:
parent
a8daf06d16
commit
339f06571b
1 changed files with 0 additions and 1 deletions
|
|
@ -313,7 +313,6 @@ export default function ChatMessage({
|
|||
contentBlocks={chat.content_blocks}
|
||||
isLoading={
|
||||
chatMessage === "" &&
|
||||
lockChat &&
|
||||
chat.properties?.state === "partial" &&
|
||||
isBuilding &&
|
||||
lastMessage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue