Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-28 14:23:37 +03:00
parent 0470e1f010
commit 6587ba5e1e
4 changed files with 1 additions and 5 deletions

View file

@ -186,6 +186,7 @@ internal class ChooseTokenListItemConverter(
PaymentAccountStatusValue.NotCreated,
is PaymentAccountStatusValue.UnderReview,
PaymentAccountStatusValue.Loading,
PaymentAccountStatusValue.Empty,
-> return null
is PaymentAccountStatusValue.Loaded -> status.cryptoCurrencyStatus
}