Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-30 19:03:14 +05:00
parent 305606c216
commit f380aa3b51

View file

@ -113,7 +113,7 @@ internal class SetTokenListTransformer(
is TokenConverterParams.Account -> params.accountList.accountStatuses
.filterIsInstance<AccountStatus.Payment>()
.firstOrNull()
is TokenConverterParams.Wallet -> null
is TokenConverterParams.Wallet -> return TangemPayMainUM.Empty
} ?: return this
return tangemPayConverter.convert(paymentAccountStatus)