Updated on 2026-08-14
This commit is contained in:
commit
50d082bf95
1 changed files with 3 additions and 1 deletions
|
|
@ -37,7 +37,9 @@ internal class AccountTokenItemConverter(
|
|||
return TokensListPortfolioItemConverter(
|
||||
tokenItemUM = AccountCryptoPortfolioItemStateConverter(
|
||||
appCurrency = appCurrency,
|
||||
account = value.account,
|
||||
account = value.account.copy(
|
||||
cryptoCurrencies = value.currencyList.map { it.cryptoCurrencyStatus.currency },
|
||||
),
|
||||
onItemClick = onAccountItemClick,
|
||||
).convert(
|
||||
TotalFiatBalance.Loaded(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue