mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 20:31:37 -05:00
Fix lint error (#40)
This commit is contained in:
@@ -495,7 +495,7 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
|
|||||||
}
|
}
|
||||||
// Update previous value
|
// Update previous value
|
||||||
setWasStreaming(isStreaming)
|
setWasStreaming(isStreaming)
|
||||||
}, [isStreaming, lastMessage])
|
}, [isStreaming, lastMessage, wasStreaming])
|
||||||
|
|
||||||
const isBrowserSessionMessage = (message: ClineMessage): boolean => {
|
const isBrowserSessionMessage = (message: ClineMessage): boolean => {
|
||||||
// which of visible messages are browser session messages, see above
|
// which of visible messages are browser session messages, see above
|
||||||
|
|||||||
Reference in New Issue
Block a user