summaryrefslogtreecommitdiff
path: root/src-migrate/modules
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2024-02-20 22:27:06 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2024-02-20 22:27:06 +0700
commit5d3807a89596958a1e23e02ae11f73a2474c3432 (patch)
tree96bca01ec8b73fc8fc3d82dd019198460e75050d /src-migrate/modules
parent30da2d088793cabfb3c5b21d4560df53187e7047 (diff)
Update smooth render function
Diffstat (limited to 'src-migrate/modules')
-rw-r--r--src-migrate/modules/product-promo/components/Section.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-migrate/modules/product-promo/components/Section.tsx b/src-migrate/modules/product-promo/components/Section.tsx
index b3c6e671..5fc0da4c 100644
--- a/src-migrate/modules/product-promo/components/Section.tsx
+++ b/src-migrate/modules/product-promo/components/Section.tsx
@@ -27,8 +27,8 @@ const ProductPromoSection = ({ productId }: Props) => {
return (
<SmoothRender
isLoaded={(promotions?.data && promotions?.data.length > 0) || false}
- height={450}
- duration={700}
+ height='450px'
+ duration='700ms'
>
<ProductPromoModal />