Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-04 15:06:14 +05:00
parent 259953954a
commit e20384e8ea

View file

@ -60,7 +60,7 @@ internal class AddFundsModel @Inject constructor(
).map { actionsState ->
CryptoCurrencyData(
userWallet = result.wallet,
status = result.currency,
status = actionsState.cryptoCurrencyStatus,
actions = actionsState.states,
isAccountMode = false,
account = cryptoPortfolio,