From 6379dc9d82cc08edc79edd56e1f8470477aaa9f0 Mon Sep 17 00:00:00 2001 From: Krao Hasanee Date: Wed, 13 May 2026 12:25:04 -0400 Subject: [PATCH] Move company tabs below stats on invoices page Co-Authored-By: Claude Sonnet 4.6 --- src/pages/client/MyInvoices.jsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/pages/client/MyInvoices.jsx b/src/pages/client/MyInvoices.jsx index 46fa43e..774d8d8 100644 --- a/src/pages/client/MyInvoices.jsx +++ b/src/pages/client/MyInvoices.jsx @@ -55,6 +55,21 @@ export default function MyInvoices() { +
+
+
${outstanding.toFixed(2)}
+
Outstanding
+
+
+
${paid.toFixed(2)}
+
Paid
+
+
+
0 ? 'var(--danger)' : undefined }}>{overdueCount}
+
Overdue
+
+
+ {companies.length > 1 && (
{companies.map((company, index) => ( @@ -76,21 +91,6 @@ export default function MyInvoices() {
)} -
-
-
${outstanding.toFixed(2)}
-
Outstanding
-
-
-
${paid.toFixed(2)}
-
Paid
-
-
-
0 ? 'var(--danger)' : undefined }}>{overdueCount}
-
Overdue
-
-
- {loading ? (

Loading...

) : visible.length === 0 ? (