From 6707c37e39c5b0ae0358537a0330229fec86a82c Mon Sep 17 00:00:00 2001 From: JongYun Jeong <95991290+BellYun@users.noreply.github.com> Date: Sat, 22 Feb 2025 07:45:25 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EC=9D=98=EC=A1=B4=EC=84=B1=20?= =?UTF-8?q?=EB=B0=B0=EC=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/comment/CommentSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/comment/CommentSection.tsx b/frontend/src/components/comment/CommentSection.tsx index afe8d21..507df11 100644 --- a/frontend/src/components/comment/CommentSection.tsx +++ b/frontend/src/components/comment/CommentSection.tsx @@ -38,7 +38,7 @@ function CommentSection({ } else { setIsLogin(true); } - }, []); + }, [isAuthenticated]); const handleAddComment = async (text: string) => { try { addFeedbackPoint({