From 81a62505b68d3bc4187aac6c8fad327727d06ff2 Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 21 Dec 2024 19:06:29 -0500 Subject: [PATCH] Remove price column --- .../src/components/dashboard/ProductGrid.jsx | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/dashboard/src/components/dashboard/ProductGrid.jsx b/dashboard/src/components/dashboard/ProductGrid.jsx index 25321a2..7e3ca32 100644 --- a/dashboard/src/components/dashboard/ProductGrid.jsx +++ b/dashboard/src/components/dashboard/ProductGrid.jsx @@ -111,9 +111,6 @@ const ProductGrid = ({ - - - ); @@ -144,11 +141,6 @@ const ProductGrid = ({ - -
- -
- @@ -275,19 +267,6 @@ const ProductGrid = ({ Orders - - - @@ -329,9 +308,6 @@ const ProductGrid = ({ {product.orderCount} - - ${product.price.toFixed(2)} - ))}