diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-02 14:48:51 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-02 14:48:51 +0700 |
| commit | f86b2adc680a9c6fa0ac92c84bf6d14e2f866d9a (patch) | |
| tree | a993385c0ea356392fd7f21c19f2103213115186 /src-migrate/modules/product-detail/components/PriceAction.tsx | |
| parent | 99a5965e1e5320e9acbc9718c3642ffae85bec57 (diff) | |
<iman> update popup cart
Diffstat (limited to 'src-migrate/modules/product-detail/components/PriceAction.tsx')
| -rw-r--r-- | src-migrate/modules/product-detail/components/PriceAction.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src-migrate/modules/product-detail/components/PriceAction.tsx b/src-migrate/modules/product-detail/components/PriceAction.tsx index 81271f6e..9021264e 100644 --- a/src-migrate/modules/product-detail/components/PriceAction.tsx +++ b/src-migrate/modules/product-detail/components/PriceAction.tsx @@ -97,12 +97,14 @@ const PriceAction = ({ product }: Props) => { className={style['quantity-input']} /> <AddToCart + products={product} variantId={activeVariantId} quantity={Number(quantityInput)} /> {!isApproval && ( <AddToCart source='buy' + products={product} variantId={activeVariantId} quantity={Number(quantityInput)} /> |
