summaryrefslogtreecommitdiff
path: root/src-migrate/modules/product-promo
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-02 17:15:39 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-02 17:15:39 +0700
commit55c9f5e1fb868c85e704529ac914b3d75fc7744e (patch)
tree75543baf82a73fb7e8dea6c8a1c353e02c57bbcd /src-migrate/modules/product-promo
parentd57ca7be5e2de9c48f4229b20a49a94bf05e88d1 (diff)
parent6a2c25e83a45eeb5d613a99a0caa6f0ec1aae15f (diff)
<iman> Merge branch 'development' into Feature/new-cart-popup
Diffstat (limited to 'src-migrate/modules/product-promo')
-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 2c94c2bb..1228a6f0 100644
--- a/src-migrate/modules/product-promo/components/Section.tsx
+++ b/src-migrate/modules/product-promo/components/Section.tsx
@@ -25,7 +25,7 @@ const ProductPromoSection = ({ product, productId }: Props) => {
const promotions = promotionsQuery.data
const { openModal } = useModalStore()
-
+ console.log("productId",productId)
return (
<SmoothRender
isLoaded={(promotions?.data && promotions?.data.length > 0) || false}