From 71c0fa812ff0c5e82721754f496501b5a61bf226 Mon Sep 17 00:00:00 2001 From: trisusilo48 Date: Mon, 24 Mar 2025 10:12:27 +0700 Subject: handling desc table --- .../product-detail/components/ProductDetail.tsx | 28 ++++++++++++++-------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'src-migrate') diff --git a/src-migrate/modules/product-detail/components/ProductDetail.tsx b/src-migrate/modules/product-detail/components/ProductDetail.tsx index f23aa9dc..4667e086 100644 --- a/src-migrate/modules/product-detail/components/ProductDetail.tsx +++ b/src-migrate/modules/product-detail/components/ProductDetail.tsx @@ -106,7 +106,12 @@ const ProductDetail = ({ product }: Props) => { )}
- {!!activeVariantId && !isApproval && } + {!!activeVariantId && !isApproval && ( + + )} {/*

@@ -121,15 +126,18 @@ const ProductDetail = ({ product }: Props) => {

Informasi Produk

-

' - ? 'Belum ada deskripsi' - : product.description, - }} - /> +
+

' + ? 'Belum ada deskripsi' + : product.description, + }} + /> +
-- cgit v1.2.3