diff --git a/frontend/src/components/AccountSettings.tsx b/frontend/src/components/AccountSettings.tsx index b3594d2..04ea5f0 100644 --- a/frontend/src/components/AccountSettings.tsx +++ b/frontend/src/components/AccountSettings.tsx @@ -234,24 +234,28 @@ export default function AccountSettings() { }} autoFocus /> - - +

{account.institution_id} @@ -265,13 +269,15 @@ export default function AccountSettings() { account.name || "Unnamed Account"} - +

{account.institution_id} diff --git a/frontend/src/components/AccountsOverview.tsx b/frontend/src/components/AccountsOverview.tsx index a6d47c7..07ea005 100644 --- a/frontend/src/components/AccountsOverview.tsx +++ b/frontend/src/components/AccountsOverview.tsx @@ -273,24 +273,28 @@ export default function AccountsOverview() { }} autoFocus /> - - +

{account.institution_id} @@ -304,13 +308,15 @@ export default function AccountsOverview() { account.name || "Unnamed Account"} - +

{account.institution_id} diff --git a/frontend/src/components/NotificationFiltersDrawer.tsx b/frontend/src/components/NotificationFiltersDrawer.tsx index 4777ca5..a00bb0d 100644 --- a/frontend/src/components/NotificationFiltersDrawer.tsx +++ b/frontend/src/components/NotificationFiltersDrawer.tsx @@ -166,13 +166,15 @@ export default function NotificationFiltersDrawer({ className="flex items-center space-x-1 bg-secondary text-secondary-foreground px-2 py-1 rounded-md text-sm" > {filter} - + )) ) : ( @@ -222,13 +224,15 @@ export default function NotificationFiltersDrawer({ className="flex items-center space-x-1 bg-secondary text-secondary-foreground px-2 py-1 rounded-md text-sm" > {filter} - + )) ) : ( diff --git a/frontend/src/components/Settings.tsx b/frontend/src/components/Settings.tsx index fbb1ea3..94f4a6b 100644 --- a/frontend/src/components/Settings.tsx +++ b/frontend/src/components/Settings.tsx @@ -403,24 +403,28 @@ export default function Settings() { }} autoFocus /> - - +

{account.institution_id} @@ -434,13 +438,15 @@ export default function Settings() { account.name || "Unnamed Account"} - +

{account.institution_id} @@ -579,7 +585,7 @@ export default function Settings() { Created {formatDate(connection.created_at)}

- + diff --git a/frontend/src/components/TransactionsTable.tsx b/frontend/src/components/TransactionsTable.tsx index 794b00c..1feb559 100644 --- a/frontend/src/components/TransactionsTable.tsx +++ b/frontend/src/components/TransactionsTable.tsx @@ -259,14 +259,15 @@ export default function TransactionsTable() { cell: ({ row }) => { const transaction = row.original; return ( - + ); }, }, @@ -530,14 +531,15 @@ export default function TransactionsTable() { transaction.transaction_currency, )}

- +