Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-28 14:12:42 +05:00
parent ff55704d32
commit 9e2eb5710b
82 changed files with 1150 additions and 401 deletions

View file

@ -668,7 +668,7 @@ internal class ChildFactory @Inject constructor(
is AppRoute.Kyc -> {
createComponentChild(
context = context,
params = KycComponent.Params,
params = KycComponent.Params(route.userWalletId),
componentFactory = kycComponentFactory,
)
}