diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-06-05 17:01:12 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-06-05 17:01:12 +0700 |
| commit | f39f03f4d4e59597ffcc73ddb1b108c233842bf8 (patch) | |
| tree | aaa7b2e8b793b377744c9c8fa8268f1365678aab /src/lib/product/components/ProductCard.jsx | |
| parent | 755b61a8a7a082cc13f7ecb4a79807f90e60b3d6 (diff) | |
<iman> add feature SNI-TKDN
Diffstat (limited to 'src/lib/product/components/ProductCard.jsx')
| -rw-r--r-- | src/lib/product/components/ProductCard.jsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx index 48a30b51..357f3fd9 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -1,7 +1,7 @@ import clsx from 'clsx'; import ImageNext from 'next/image'; import { useRouter } from 'next/router'; -import { useMemo} from 'react'; +import { useMemo, useEffect, useState } from 'react'; import Image from '@/core/components/elements/Image/Image'; import Link from '@/core/components/elements/Link/Link'; @@ -15,7 +15,6 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { const router = useRouter(); const utmSource = useUtmSource(); - const callForPriceWhatsapp = whatsappUrl('product', { name: product.name, |
