From 4f1771073b00aab74db2edd6805423a51d64e482 Mon Sep 17 00:00:00 2001 From: gyeongza Date: Tue, 11 Jun 2024 17:02:24 +0900 Subject: [PATCH] =?UTF-8?q?design:=20=EC=83=81=EC=84=B8=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EB=9D=BC=EB=B2=A8=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productDetail/components/ProductDetail/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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}