diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-01 09:07:41 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-01 09:07:41 +0700 |
| commit | 7dbca25dede6cf213831f45321f5c7a28b4a6122 (patch) | |
| tree | 37581dc3bc28d306b64766024cbe23afd79f64fa /src-migrate/modules/product-promo/components/Section.tsx | |
| parent | 0abd42f8b528b3166169fef7093d4d8b22f3fb79 (diff) | |
<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}> |
