mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Fix lint error (#40)
This commit is contained in:
parent
776b7822a4
commit
490a84e0e9
1 changed files with 1 additions and 1 deletions
|
|
@ -495,7 +495,7 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
|
|||
}
|
||||
// Update previous value
|
||||
setWasStreaming(isStreaming)
|
||||
}, [isStreaming, lastMessage])
|
||||
}, [isStreaming, lastMessage, wasStreaming])
|
||||
|
||||
const isBrowserSessionMessage = (message: ClineMessage): boolean => {
|
||||
// which of visible messages are browser session messages, see above
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue