From 1cb3a8da9091bb2925898b72e3dadf7a521dfc0b Mon Sep 17 00:00:00 2001 From: Miqdad Date: Thu, 23 Oct 2025 11:40:12 +0700 Subject: fix stock prod detail --- .../modules/product-detail/components/PriceAction.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src-migrate/modules') diff --git a/src-migrate/modules/product-detail/components/PriceAction.tsx b/src-migrate/modules/product-detail/components/PriceAction.tsx index ffc9ba40..0a9cb2df 100644 --- a/src-migrate/modules/product-detail/components/PriceAction.tsx +++ b/src-migrate/modules/product-detail/components/PriceAction.tsx @@ -159,7 +159,7 @@ const PriceAction = ({ product }: Props) => {
-
+
{/* Qty */}
{/* Stok */} -
+
- Stock : {sla?.qty}{' '} + Stock : {sla?.qty}
{/* Pickup badge */} -
+
{qtyPickUp > 0 && ( -
+
{ )}
- + * {qtyPickUp} barang bisa di pickup -- cgit v1.2.3