diff --git a/features/common-features/impl/src/main/java/com/tangem/features/commonfeatures/impl/addfunds/model/AddFundsModel.kt b/features/common-features/impl/src/main/java/com/tangem/features/commonfeatures/impl/addfunds/model/AddFundsModel.kt index b3404a4490..556971fb7e 100644 --- a/features/common-features/impl/src/main/java/com/tangem/features/commonfeatures/impl/addfunds/model/AddFundsModel.kt +++ b/features/common-features/impl/src/main/java/com/tangem/features/commonfeatures/impl/addfunds/model/AddFundsModel.kt @@ -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,