diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/wallet/WalletScreen.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/wallet/WalletScreen.kt index af4d4758eb..8236a93f37 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/wallet/WalletScreen.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/wallet/WalletScreen.kt @@ -235,11 +235,6 @@ private fun MultiWalletHomeContent( ) { item { Spacer(modifier = Modifier.height(8.dp)) - Text( - text = stringRes(R.string.wallet_your_wallets), - style = MaterialTheme.typography.titleMedium, - fontWeight = FontWeight.SemiBold, - ) } itemsIndexed(walletInfoList, key = { _, info -> info.walletId }) { index, walletInfo ->