diff --git a/libs/ui/src/lib/account-selector/account-selector.component.html b/libs/ui/src/lib/account-selector/account-selector.component.html index 0ba679706..9d84693d0 100644 --- a/libs/ui/src/lib/account-selector/account-selector.component.html +++ b/libs/ui/src/lib/account-selector/account-selector.component.html @@ -30,14 +30,23 @@ @for (account of sortedAccounts(); track account.id) { -
+
- {{ account.name }} +
+ {{ account.name }} +
+ + @if (account.platform?.name) { + {{ account.platform?.name }} ยท + } + {{ account.currency }} +
}