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}
-
{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)}
-