summaryrefslogtreecommitdiff
path: root/src/lib/product/components
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-06-28 10:23:57 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-06-28 10:23:57 +0700
commit936f7f9fb1c6951e02dd8a5f7e85fb8d39cc7e6a (patch)
tree779507435c6f12bf951d9d21d873671a3d5f22f7 /src/lib/product/components
parentcac51e393df3adfbb2ea971be9a26daf78e6ef90 (diff)
<iman> delete console.log
Diffstat (limited to 'src/lib/product/components')
-rw-r--r--src/lib/product/components/ProductFilterDesktop.jsx2
-rw-r--r--src/lib/product/components/ProductSearch.jsx4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/product/components/ProductFilterDesktop.jsx b/src/lib/product/components/ProductFilterDesktop.jsx
index b4afebc2..a8073036 100644
--- a/src/lib/product/components/ProductFilterDesktop.jsx
+++ b/src/lib/product/components/ProductFilterDesktop.jsx
@@ -21,7 +21,7 @@ import Image from '@/core/components/elements/Image/Image'
import { formatCurrency } from '@/core/utils/formatValue'
const ProductFilterDesktop = ({ brands, categories, prefixUrl, defaultBrand = null }) => {
- console.log("prefixUrl",prefixUrl)
+
const router = useRouter()
const { query } = router
const [order, setOrder] = useState(query?.orderBy)
diff --git a/src/lib/product/components/ProductSearch.jsx b/src/lib/product/components/ProductSearch.jsx
index ec0077c2..b1a5d409 100644
--- a/src/lib/product/components/ProductSearch.jsx
+++ b/src/lib/product/components/ProductSearch.jsx
@@ -130,7 +130,7 @@ const ProductSearch = ({
brands.push({ brand, qty });
}
}
- console.log("daftar brand",brands)
+
const categories = [];
for (
@@ -145,7 +145,7 @@ const ProductSearch = ({
categories.push({ name, qty });
}
}
- console.log("daftar kategori",categories)
+
const orderOptions = [
{ value: 'price-asc', label: 'Harga Terendah' },