Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 19:26:31 +00:00
co-authored by renee-png
parent 1ba96ce433
commit d6076097a4
+1
View File
@@ -207,6 +207,7 @@ function InvoiceDetail() {
status: invoice.status,
notes: invoice.notes,
matter: groups.length === 1 ? (groups[0].caseRow?.title ?? null) : null,
caseNumber: groups.length === 1 ? (groups[0].caseRow?.case_number ?? null) : null,
},
groups: groups.map((g) => ({
caseNumber: g.caseRow?.case_number ?? "—",