summaryrefslogtreecommitdiff
path: root/src-migrate/modules/product-detail/components
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-11-21 16:58:00 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-11-21 16:58:00 +0700
commite52f0ee9516d8601ffc92df9c085c2eee763c55c (patch)
treefa675d50532cf88ba95f0e6061321cfee89e6223 /src-migrate/modules/product-detail/components
parente2a12aa22089349cb48511d0584991b9db64e0ca (diff)
<iman> update produk ready stock berdasarkan variant
Diffstat (limited to 'src-migrate/modules/product-detail/components')
-rw-r--r--src-migrate/modules/product-detail/components/PriceAction.tsx2
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'