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('팔로우/언팔로우 처리에 실패했습니다.') }