diff --git a/src/screens/Account/EmptyStateAccount.js b/src/screens/Account/EmptyStateAccount.js index 56130233d8..c422eacdca 100644 --- a/src/screens/Account/EmptyStateAccount.js +++ b/src/screens/Account/EmptyStateAccount.js @@ -81,9 +81,9 @@ class EmptyStateAccount extends PureComponent<{ {account && account.currency && - listTokenTypesForCryptoCurrency(mainAccount.currency).join( - ", ", - )} + listTokenTypesForCryptoCurrency(mainAccount.currency) + .map(c => c?.toUpperCase() ?? c) + .join(", ")} {"tokens"}