diff --git a/app/dashboard/storefront/customers/page.tsx b/app/dashboard/storefront/customers/page.tsx index 48b59ec..82234b4 100644 --- a/app/dashboard/storefront/customers/page.tsx +++ b/app/dashboard/storefront/customers/page.tsx @@ -200,15 +200,6 @@ export default function CustomerManagementPage() { Status Breakdown - handleSort("lastOrderDate")} - > -
- Last Order Date - -
-
@@ -242,7 +233,7 @@ export default function CustomerManagementPage() { - {formatDate(customer.lastOrderDate)} + {/* {formatDate(customer.lastOrderDate)} */} ))}