Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-16 16:25:07 +05:00
parent 1aee51dc3b
commit 8167dab4f0
16 changed files with 223 additions and 101 deletions

View file

@ -507,7 +507,7 @@ internal class WalletCurrencyActionsClickIntentsImplementor @Inject constructor(
appRouter.push(
AppRoute.Staking(
userWalletId = userWalletId,
cryptoCurrencyId = cryptoCurrency.id,
cryptoCurrency = cryptoCurrency,
yieldId = yield?.id ?: return@launch,
),
)