From 713227e8ccf95d66a927a55a1c6d71ffaf335c65 Mon Sep 17 00:00:00 2001 From: klambert-ledger Date: Mon, 10 Jan 2022 14:25:26 +0100 Subject: [PATCH] Make empty account tokens' names uppercase --- src/screens/Account/EmptyStateAccount.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"}