diff --git a/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/model/TokenDetailsModel.kt b/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/model/TokenDetailsModel.kt index 81bc77d74f..545c8d7f8e 100644 --- a/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/model/TokenDetailsModel.kt +++ b/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/model/TokenDetailsModel.kt @@ -971,7 +971,7 @@ internal class TokenDetailsModel @Inject constructor( error("Staking is unavailable for ${cryptoCurrency.name}") } - router.openStaking(userWalletId, cryptoCurrency, yield) + router.openStaking(userWalletId, cryptoCurrency, yield.id) } }