From b212bb1d3617c6c12e3af0afbe52d90bf76190c2 Mon Sep 17 00:00:00 2001 From: kibin Date: Wed, 1 Apr 2026 07:54:31 +0000 Subject: [PATCH] feat(252): add View Tickets/Invoices/Payments buttons to client profile --- app/(app)/clients/[id]/page.tsx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/app/(app)/clients/[id]/page.tsx b/app/(app)/clients/[id]/page.tsx index 4a65e5b..2923f2b 100644 --- a/app/(app)/clients/[id]/page.tsx +++ b/app/(app)/clients/[id]/page.tsx @@ -528,7 +528,22 @@ export default function ClientDetailPage() { {/* Profile */} {activeTab === "profile" && ( - Client Profile + +
+ Client Profile +
+ + + +
+
+
{[