From fbcca159951521e5497c9f2b1f36de3f4248626f Mon Sep 17 00:00:00 2001 From: NotII <46204250+NotII@users.noreply.github.com> Date: Wed, 2 Apr 2025 00:42:42 +0100 Subject: [PATCH] Update page.tsx --- app/dashboard/storefront/customers/page.tsx | 30 ++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/app/dashboard/storefront/customers/page.tsx b/app/dashboard/storefront/customers/page.tsx index 8d725d8..9dc7b5e 100644 --- a/app/dashboard/storefront/customers/page.tsx +++ b/app/dashboard/storefront/customers/page.tsx @@ -138,8 +138,8 @@ export default function CustomerManagementPage() { -
-
+
+
Show:
@@ -177,9 +177,9 @@ export default function CustomerManagementPage() {
) : (
- - - +
+ + Customer Status - + {customers.map((customer) => ( setSelectedCustomer(customer)} > @@ -239,7 +239,7 @@ export default function CustomerManagementPage() { )} -
+
Page {page} of {totalPages}
@@ -247,7 +247,7 @@ export default function CustomerManagementPage() {
- + Order Status Breakdown