From 7b1fd214fd2a1c9513adbb0ddeb7199bde1ecd60 Mon Sep 17 00:00:00 2001 From: Yang ga-hyeon Date: Sun, 23 Feb 2025 16:49:57 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=B1=84=ED=8C=85=20=EB=AA=A9=EB=A1=9D?= =?UTF-8?q?=20=EB=A0=8C=EB=8D=94=EB=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/ChattingForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/ChattingForm.tsx b/src/features/ChattingForm.tsx index e8e04a9..2f2e2cf 100644 --- a/src/features/ChattingForm.tsx +++ b/src/features/ChattingForm.tsx @@ -393,7 +393,7 @@ export default function ChattingForm() { } }; } - }, []); + }, [selectedChatRoom, queryClient]); useEffect(() => { if (selectedChatRoom) {