From 76614e1c5bc251edd7c98fbe2d8968b78f057e5c Mon Sep 17 00:00:00 2001 From: mihee Date: Tue, 21 Nov 2023 22:38:32 +0900 Subject: [PATCH] =?UTF-8?q?cleanup:=20=EC=9E=85=EB=8D=95=20=ED=8F=AC?= =?UTF-8?q?=EC=9D=B8=ED=8A=B8=20mock=20data=20=EC=A0=9C=EA=B1=B0=20#303?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ReviewCard/ReviewMoreButton.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/features/reviews/components/ReviewCard/ReviewMoreButton.tsx b/src/features/reviews/components/ReviewCard/ReviewMoreButton.tsx index db6ca630..6f2b1a64 100644 --- a/src/features/reviews/components/ReviewCard/ReviewMoreButton.tsx +++ b/src/features/reviews/components/ReviewCard/ReviewMoreButton.tsx @@ -19,15 +19,6 @@ import { RatingContainer, } from "./ReviewMoreButton.style"; -// TODO: 서버에서 가져오기 -const USER_MOCK_ATTRACTION = { - character: true, - art: true, - story: false, - voiceActing: false, - sound: true, -}; - interface ReviewMoreButtonProps { isMine: boolean; reviewId: number; @@ -71,7 +62,6 @@ export default function ReviewMoreButton({ }, }, ); - console.log(value); }; const handleReviewDeleteClick = () => console.log("리뷰삭제"); @@ -150,7 +140,6 @@ export default function ReviewMoreButton({ animeId, content, isSpoiler, - ...USER_MOCK_ATTRACTION, }} > 내 별점