diff --git a/src/components/ProductInfo/ProductInfo.tsx b/src/components/ProductInfo/ProductInfo.tsx index b41f313..6851a92 100644 --- a/src/components/ProductInfo/ProductInfo.tsx +++ b/src/components/ProductInfo/ProductInfo.tsx @@ -41,7 +41,7 @@ const ProductInfo = ({ productId }: ProductInfoProps) => { return null; } - const { productImage, detail, priceOriginal, priceDiscount, percent } = data.data; + const { productImage, detail, priceOriginal, priceDiscount, percent, rating, reviewCount } = data.data; return (
@@ -68,7 +68,11 @@ const ProductInfo = ({ productId }: ProductInfoProps) => {
{detail}
-
5,000+개 판매
+
+ + +
5,000+개 판매
+
색상: 검정
@@ -81,18 +85,6 @@ const ProductInfo = ({ productId }: ProductInfoProps) => {

가격 정보 더보기

- -
- - -
5,000+개 판매
-
-
-
색상: 검정
-
- {productOptionImages.map((imgSrc, index) => ( - 상품 옵션 - ))}