diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-08-01 02:08:25 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-08-01 02:08:25 +0000 |
| commit | a1906c7576455a1a44283fe60cd7e1a1b4c628d1 (patch) | |
| tree | db2a28504d1a1d1e458f27cba7bdc9335a3bd5ac /src-migrate/modules/product-promo/components/Section.tsx | |
| parent | f0296b4ef91158ef9c12d4a5b4f17c574352916f (diff) | |
| parent | 7dbca25dede6cf213831f45321f5c7a28b4a6122 (diff) | |
Merged in Feature/iman-cart-popup (pull request #194)
<iman> add parameter product
Diffstat (limited to 'src-migrate/modules/product-promo/components/Section.tsx')
| -rw-r--r-- | src-migrate/modules/product-promo/components/Section.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/modules/product-promo/components/Section.tsx b/src-migrate/modules/product-promo/components/Section.tsx index ff565539..05b849c7 100644 --- a/src-migrate/modules/product-promo/components/Section.tsx +++ b/src-migrate/modules/product-promo/components/Section.tsx @@ -32,7 +32,7 @@ const ProductPromoSection = ({product, productId }: Props) => { height='450px' duration='700ms' > - <ProductPromoModal /> + <ProductPromoModal product={product}/> {promotions?.data && promotions?.data.length > 0 && ( <div className={style.titleWrapper}> |
