diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-03-10 21:41:38 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-03-10 21:41:38 +0700 |
| commit | d36a21cb0a6e95323fa9dd868a79bf1a318968e3 (patch) | |
| tree | 7eaa617a928a97b857d7d3070f595ec6d5df8171 /src-migrate/modules | |
| parent | 51d6c4b57e9ab8203fdaf31a0405abd59986677b (diff) | |
<iman> update code variant no pick up
Diffstat (limited to 'src-migrate/modules')
| -rw-r--r-- | src-migrate/modules/product-detail/components/PriceAction.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/modules/product-detail/components/PriceAction.tsx b/src-migrate/modules/product-detail/components/PriceAction.tsx index 9348bbfb..850c2d9d 100644 --- a/src-migrate/modules/product-detail/components/PriceAction.tsx +++ b/src-migrate/modules/product-detail/components/PriceAction.tsx @@ -163,7 +163,7 @@ const PriceAction = ({ product }: Props) => { </span> */} </div> <div> - {selectedVariant?.is_in_bu && ( + {qtyPickUp > 0 && ( <Link href='/panduan-pick-up-service' className='group'> <Image src='/images/PICKUP-NOW.png' |
