diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-10-16 13:33:00 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-10-16 13:33:00 +0700 |
| commit | 6d89fa79c9fdbb1961b15a463250f28e5c684b4a (patch) | |
| tree | 590872466d4be8f2826ce561a44fd3abf911202d /src/lib | |
| parent | 94a96e371f554c7d87e2a6edbc6bdb7fe9228fd6 (diff) | |
<iman> delete console log
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/product/components/Product/ProductDesktopVariant.jsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/product/components/Product/ProductDesktopVariant.jsx b/src/lib/product/components/Product/ProductDesktopVariant.jsx index 55effdfb..2e005eea 100644 --- a/src/lib/product/components/Product/ProductDesktopVariant.jsx +++ b/src/lib/product/components/Product/ProductDesktopVariant.jsx @@ -36,8 +36,6 @@ const ProductDesktopVariant = ({ const auth = useAuth(); const { slug } = router.query; - console.log('ini product variant', product); - const [lowestPrice, setLowestPrice] = useState(null); const [addCartAlert, setAddCartAlert] = useState(false); |
