From 4dbfa5c12d5131b5de1b1933fb3c90cbb39d8391 Mon Sep 17 00:00:00 2001 From: Shreyas Dhoke <“shreyas.d@browserstack.com git config --global user.name “Shreyas> Date: Mon, 11 Aug 2025 08:42:04 +0530 Subject: [PATCH] removed search functionality --- client/src/components/search/Search.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/client/src/components/search/Search.js b/client/src/components/search/Search.js index 8b4fc7a..23a166a 100644 --- a/client/src/components/search/Search.js +++ b/client/src/components/search/Search.js @@ -55,21 +55,6 @@ function Search({ loading, setLoading }) { )} - {searchResults.results.products && searchResults.results.products.length > 0 && ( -
${product.price} - {product.category}
-Stock: {product.stock}
-