fix: refactored linter errors

This commit is contained in:
Bohdan Triapitsyn
2025-12-25 02:55:08 +02:00
parent 5e6e6a91cf
commit 3c05fa4c4e
7 changed files with 18 additions and 20 deletions
@@ -456,7 +456,7 @@ export const useTurnGrouping = (messages: ChatMessageEntry[]): UseTurnGroupingRe
next.set(turnId, { ...state, previewedPartIds: newPreviewed });
return next;
});
}, []);
}, [defaultActivityExpanded]);
const getTurnForMessage = React.useCallback(
(messageId: string): Turn | undefined => {