Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellol77 committed Sep 30, 2024
1 parent 78c40a9 commit aeec707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/comments/comment/Comment.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default function Comment(props) {
const { mutate: bestCommentLikeMutate } = useBestCommentLike(props.commentId, props.itemId);
const { mutate: commentLikeMutate } = useCommentLike(props.commentId, props.itemId);
const { mutate: deleteCommentMutate } = useDeleteComment(props.commentId, props.itemId);

const handleClick = () => {
if (props.isBest) {
bestCommentLikeMutate({ isHeart: props.isHeart });
Expand Down

0 comments on commit aeec707

Please sign in to comment.