diff --git a/src/History/components/MyLecueBook/index.tsx b/src/History/components/MyLecueBook/index.tsx index 2b4a64a2..7210fcf7 100644 --- a/src/History/components/MyLecueBook/index.tsx +++ b/src/History/components/MyLecueBook/index.tsx @@ -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, ','));