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 ? (