Skip to content

Commit

Permalink
fix: remove unnecessary lockChat condition in ChatMessage loading sta…
Browse files Browse the repository at this point in the history
…te (#6316)
  • Loading branch information
anovazzi1 authored Feb 12, 2025
1 parent a8daf06 commit 339f065
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ export default function ChatMessage({
contentBlocks={chat.content_blocks}
isLoading={
chatMessage === "" &&
lockChat &&
chat.properties?.state === "partial" &&
isBuilding &&
lastMessage
Expand Down

0 comments on commit 339f065

Please sign in to comment.