summaryrefslogtreecommitdiff
path: root/src/lib/product/components/ProductSearch.jsx
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/ProductSearch.jsx
parentcac51e393df3adfbb2ea971be9a26daf78e6ef90 (diff)
<iman> delete console.log
Diffstat (limited to 'src/lib/product/components/ProductSearch.jsx')
-rw-r--r--src/lib/product/components/ProductSearch.jsx4
1 files changed, 2 insertions, 2 deletions
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' },