diff --git a/src/features/productDetail/components/ProductDetail/index.tsx b/src/features/productDetail/components/ProductDetail/index.tsx index 049415a..48f8eec 100644 --- a/src/features/productDetail/components/ProductDetail/index.tsx +++ b/src/features/productDetail/components/ProductDetail/index.tsx @@ -38,7 +38,11 @@ export const ProductDetail = async ({ productId }: { productId: number }) => {
- + {data.label === true ? ( + + ) : ( +
+ )} {data.category} {data.title}