summaryrefslogtreecommitdiff
path: root/src-migrate
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-06-14 15:15:30 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-06-14 15:15:30 +0700
commite3e3fe8d87130fcd1872046de0160272b6ea9763 (patch)
treeb371bb6c94f48fa60c4e22a7fb5dfd387dedd7a7 /src-migrate
parentef2d3ad6759db8535c04d986f4bc43f01da6ccd8 (diff)
<iman> update promotion-program
Diffstat (limited to 'src-migrate')
-rw-r--r--src-migrate/modules/product-promo/components/Section.tsx2
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>