From e0c5c51e560c5cbbcf417bbebf1ebcbf3a4d4c36 Mon Sep 17 00:00:00 2001 From: Anirban Kar Date: Tue, 10 Dec 2024 23:03:12 +0530 Subject: [PATCH] lint fix --- app/components/chat/BaseChat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/chat/BaseChat.tsx b/app/components/chat/BaseChat.tsx index 99120b3..0d8933b 100644 --- a/app/components/chat/BaseChat.tsx +++ b/app/components/chat/BaseChat.tsx @@ -149,7 +149,7 @@ export const BaseChat = React.forwardRef( useEffect(() => { console.log(transcript); - },[transcript]) + }, [transcript]); useEffect(() => { // Load API keys from cookies on component mount try {