From 79a6f2b0c8853feee03286ccce802a3e1dde4775 Mon Sep 17 00:00:00 2001 From: NotII <46204250+NotII@users.noreply.github.com> Date: Wed, 2 Apr 2025 00:30:57 +0100 Subject: [PATCH] Update page.tsx --- app/dashboard/storefront/customers/page.tsx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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)} */} ))}