diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-03-12 14:30:25 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-03-12 14:30:25 +0700 |
| commit | 6a682891b755a6f8d91edafe54a62047afcb5492 (patch) | |
| tree | f8fee880ed7129093f21dc069074767eafce261f /src-migrate/modules/product-detail | |
| parent | f4adb008ae55e4b340c58c32d45af6d0eaf6eb57 (diff) | |
| parent | d36a21cb0a6e95323fa9dd868a79bf1a318968e3 (diff) | |
Merge branch 'new-release' into CR/repeat-order
Diffstat (limited to 'src-migrate/modules/product-detail')
| -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' |
