Skip to content

Commit

Permalink
[Fix] 각주 삭제 #610
Browse files Browse the repository at this point in the history
  • Loading branch information
pearpearB committed Apr 7, 2022
1 parent 143193d commit 23954f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/Comments/Comments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ function Comments({ roleType, comment, commentsUserList }: GreetingProps) {
},
{
onSuccess: () => {
// queryClient.invalidateQueries(['comment_key']);
if (boxState) setUsersLikeCnt(usersLikeCnt - 1);
else setUsersLikeCnt(usersLikeCnt + 1);
setBoxState(!boxState);
Expand Down

0 comments on commit 23954f6

Please sign in to comment.