diff --git a/frontend/src/pages/invoices/InvoicesPage.tsx b/frontend/src/pages/invoices/InvoicesPage.tsx
index b8e4c5e..0c3bd20 100644
--- a/frontend/src/pages/invoices/InvoicesPage.tsx
+++ b/frontend/src/pages/invoices/InvoicesPage.tsx
@@ -206,38 +206,61 @@ export const InvoicesPage = () => {
{Number(inv.grand_total).toLocaleString('en-US', { minimumFractionDigits: 3 })}
|
-
-
+
+
- {inv.status === 'validated' && (
+
+
- )}
-
+
+ {/* Dropdown Menu */}
+
+
+
+
+
+
+
|
|