Skip to content

Commit

Permalink
Merge pull request #307 from Team-Lecue/hotfix-build-err
Browse files Browse the repository at this point in the history
fix: build error 해결
  • Loading branch information
Arooming committed Apr 22, 2024
2 parents 921468d + 6a45144 commit c90dec7
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 c90dec7

Please sign in to comment.