From a1a045fff8a4dc7ad9f723158b434fac3f545bf1 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 23:16:35 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/invoices.$invoiceId.tsx | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/src/routes/invoices.$invoiceId.tsx b/src/routes/invoices.$invoiceId.tsx index a474882..983ff4a 100644 --- a/src/routes/invoices.$invoiceId.tsx +++ b/src/routes/invoices.$invoiceId.tsx @@ -497,9 +497,12 @@ function InvoiceDetail() { {canModify && ( -
- +
)} @@ -508,9 +511,14 @@ function InvoiceDetail() { ))} {canModify && groups.length === 0 && ( - +
+ + +
)}