From 6a4514410b9042d5b168dbedbe788a44bfe6b3c9 Mon Sep 17 00:00:00 2001 From: seoAreum <1971236@hansung.ac.kr> Date: Mon, 22 Apr 2024 12:12:49 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20build=20error=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/History/components/MyLecueBook/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ','));