Skip to content

Commit

Permalink
cleanup: 입덕 포인트 mock data 제거 #303
Browse files Browse the repository at this point in the history
  • Loading branch information
imdaxsz committed Nov 21, 2023
1 parent 805ec32 commit 76614e1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/features/reviews/components/ReviewCard/ReviewMoreButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -71,7 +62,6 @@ export default function ReviewMoreButton({
},
},
);
console.log(value);
};

const handleReviewDeleteClick = () => console.log("리뷰삭제");
Expand Down Expand Up @@ -150,7 +140,6 @@ export default function ReviewMoreButton({
animeId,
content,
isSpoiler,
...USER_MOCK_ATTRACTION,
}}
>
<MyRating>내 별점</MyRating>
Expand Down

0 comments on commit 76614e1

Please sign in to comment.