Skip to content

Commit

Permalink
fix : 의존성 배열
Browse files Browse the repository at this point in the history
  • Loading branch information
BellYun committed Feb 21, 2025
1 parent ae82d47 commit 6707c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/comment/CommentSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function CommentSection({
} else {
setIsLogin(true);
}
}, []);
}, [isAuthenticated]);
const handleAddComment = async (text: string) => {
try {
addFeedbackPoint({
Expand Down

0 comments on commit 6707c37

Please sign in to comment.