diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-06-14 15:15:30 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-06-14 15:15:30 +0700 |
| commit | e3e3fe8d87130fcd1872046de0160272b6ea9763 (patch) | |
| tree | b371bb6c94f48fa60c4e22a7fb5dfd387dedd7a7 /src-migrate/modules | |
| parent | ef2d3ad6759db8535c04d986f4bc43f01da6ccd8 (diff) | |
<iman> update promotion-program
Diffstat (limited to 'src-migrate/modules')
| -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 5fc0da4c..4e8a7dd5 100644 --- a/src-migrate/modules/product-promo/components/Section.tsx +++ b/src-migrate/modules/product-promo/components/Section.tsx @@ -50,7 +50,7 @@ const ProductPromoSection = ({ productId }: Props) => { > {promotions?.data.map((promotion) => ( <div key={promotion.id} className="min-w-[400px] max-w-[400px]"> - <ProductPromoCard promotion={promotion} /> + <ProductPromoCard promotion={promotion} /> </div> ))} </Skeleton> |
