diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-12-02 16:34:52 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-12-02 16:34:52 +0700 |
| commit | 325fe90403cc9febb1017eb27c620e4dd921aa24 (patch) | |
| tree | f41877c77906495a32c68b299e7d8a00a1f37383 /src/lib | |
| parent | 0c142968af5390d4cb615d18fae119aa77fb4654 (diff) | |
<iman> delete console log
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/product/components/ProductCard.jsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx index 16e20703..174e5cb1 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -21,7 +21,6 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { voucherPastiHemat = product?.newVoucherPastiHemat[0] ? product?.newVoucherPastiHemat[0] : product?.newVoucherPastiHemat; - console.log('voucherPastiHemat', voucherPastiHemat); const callForPriceWhatsapp = whatsappUrl('product', { name: product.name, |
