From 3555240b5daf99cd7e64e0c1955b38464104fc3e Mon Sep 17 00:00:00 2001 From: jerry6475 Date: Thu, 1 May 2025 01:29:24 +0900 Subject: [PATCH] =?UTF-8?q?[=20fix=20]=20:=20=EA=B7=80=EC=97=AC=EC=9A=B4?= =?UTF-8?q?=20=EC=8B=A4=EC=88=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/app/components/CommentsSection.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/components/CommentsSection.tsx b/frontend/src/app/components/CommentsSection.tsx index 042867e2..4ee2b9e3 100644 --- a/frontend/src/app/components/CommentsSection.tsx +++ b/frontend/src/app/components/CommentsSection.tsx @@ -307,6 +307,7 @@ export function CommentsSection({ postId }: { postId: number }) { }) } setIsFollowing((prev) => ({ ...prev, [userId]: !prev[userId] })) + window.location.reload() } catch { alert('팔로우/언팔로우 처리에 실패했습니다.') }