diff --git a/frontend/src/components/AccountsOverview.tsx b/frontend/src/components/AccountsOverview.tsx index c5db46b..a12c058 100644 --- a/frontend/src/components/AccountsOverview.tsx +++ b/frontend/src/components/AccountsOverview.tsx @@ -201,14 +201,15 @@ export default function AccountsOverview() { return (
+
{account.institution_id} • {account.status}
+
{account.institution_id} • {account.status}
{account.iban && ( -+
IBAN: {account.iban}
)} @@ -276,7 +277,8 @@ export default function AccountsOverview() {{formatCurrency(balance, currency)}
+
Updated{" "} {formatDate(account.last_accessed || account.created)}