Skip to content

Commit

Permalink
fix: 챌린지 인증하기 주석 해제
Browse files Browse the repository at this point in the history
  • Loading branch information
iOdiO89 committed Jul 2, 2024
1 parent 0a9d6b7 commit bbfeed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/home/certifyModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function CertifyModal({
const { mutate } = usePostAttendance(challengeIdx);

const onCertify = () => {
// mutate(number);
mutate(number);
setIsModalVisible(false);
};

Expand Down

0 comments on commit bbfeed8

Please sign in to comment.