Skip to content

Commit

Permalink
fix: build error 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Arooming committed Apr 22, 2024
1 parent 921468d commit 6a45144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/History/components/MyLecueBook/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function MyLecueBook(props: LecueBookProps) {

const deleteMutation = useDeleteMyBook();
const FavoritePostMutation = usePostFavorite();
const FavoriteDeleteMutation = useDeleteFavorite();
const FavoriteDeleteMutation = useDeleteFavorite('mypage');

const convertNoteCount = (noteNum: number) => {
setNoteCount(noteNum.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ','));
Expand Down

0 comments on commit 6a45144

Please sign in to comment.