From 0ec54fe6c05270dcf03bfc3cc01b07c19b4bd41a Mon Sep 17 00:00:00 2001 From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:43:54 +0530 Subject: [PATCH] feat(chat-window): remove toast --- ui/components/ChatWindow.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/components/ChatWindow.tsx b/ui/components/ChatWindow.tsx index 3968d92..b6f1b30 100644 --- a/ui/components/ChatWindow.tsx +++ b/ui/components/ChatWindow.tsx @@ -236,7 +236,6 @@ const useSocket = ( setIsWSReady(true); retryCountRef.current = 0; setError(false); - toast.success('Connection restored'); clearInterval(interval); } }, 5);