diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-11-26 11:57:44 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-11-26 11:57:44 +0700 |
| commit | 038d1db4d1ed4839a329128b425649d60146d096 (patch) | |
| tree | 386a6a5f42e2327e5613ce64dedbe2acc5331e08 /src-migrate/modules | |
| parent | 821d218ff687a585c99937948989408541b596e4 (diff) | |
| parent | f254d47618ddfd2c1e37a51562b9728d62bd8eb6 (diff) | |
Merge branch 'new-release' into feature/integrasi_biteship
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 413c643a..0b27b1b3 100644 --- a/src-migrate/modules/product-detail/components/PriceAction.tsx +++ b/src-migrate/modules/product-detail/components/PriceAction.tsx @@ -162,7 +162,7 @@ const PriceAction = ({ product }: Props) => { </span> */} </div> <div> - {product?.is_in_bu && ( + {selectedVariant?.is_in_bu && ( <Link href='/panduan-pick-up-service' className='group'> <Image src='/images/PICKUP-NOW.png' |
