diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-05 09:03:16 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-05 09:03:16 +0700 |
| commit | 7eb2d613c6b16c89dd06491a54b229bcbcb8dc13 (patch) | |
| tree | 4380367b52d4881e37d26b4f5477b6eec462a91c /src-migrate | |
| parent | cf8a2c77f5a76a3b1dc10db6de56a4958de7b068 (diff) | |
| parent | 70ec90799154dab2da475e840d8277d85648483b (diff) | |
>iman> delete console log
Diffstat (limited to 'src-migrate')
| -rw-r--r-- | src-migrate/modules/product-promo/components/Section.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src-migrate/modules/product-promo/components/Section.tsx b/src-migrate/modules/product-promo/components/Section.tsx index 1228a6f0..e1719998 100644 --- a/src-migrate/modules/product-promo/components/Section.tsx +++ b/src-migrate/modules/product-promo/components/Section.tsx @@ -25,7 +25,6 @@ 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} |
