diff --git a/client/src/components/products/Products.js b/client/src/components/products/Products.js index 6f792a6..39d7e87 100644 --- a/client/src/components/products/Products.js +++ b/client/src/components/products/Products.js @@ -71,9 +71,6 @@ function Products({ products, loading, fetchProducts, fetchAnalytics }) { value={newProduct.description} onChange={(e) => setNewProduct({ ...newProduct, description: e.target.value })} /> -