From 7911c3d291b322a9832f9f4c65392552c11c8d10 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Tue, 26 Aug 2025 09:35:51 +0700 Subject: Fix --- .../product-detail/components/PriceAction.tsx | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src-migrate') diff --git a/src-migrate/modules/product-detail/components/PriceAction.tsx b/src-migrate/modules/product-detail/components/PriceAction.tsx index 25a1aa47..60834880 100644 --- a/src-migrate/modules/product-detail/components/PriceAction.tsx +++ b/src-migrate/modules/product-detail/components/PriceAction.tsx @@ -206,18 +206,23 @@ const PriceAction = ({ product }: Props) => { {/* Pickup badge */}
{qtyPickUp > 0 && ( - - pickup now - +
+ + pickup now + +
)}
+ + * {qtyPickUp} barang bisa di pickup + {/* ===== MOBILE: grid kiri-kanan, kanan hanya qty ===== */} @@ -291,11 +296,6 @@ const PriceAction = ({ product }: Props) => { - {qtyPickUp > 0 && ( -
- * {qtyPickUp} barang bisa di pickup -
- )}
-- cgit v1.2.3