Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-13 16:20:59 +04:00
parent 23264bc7f0
commit 8c37dbd5b0
31 changed files with 422 additions and 121 deletions

View file

@ -616,10 +616,7 @@ internal class ChildFactory @Inject constructor(
is AppRoute.TangemPayDetails -> {
createComponentChild(
context = context,
params = TangemPayDetailsComponent.Params(
customerWalletAddress = route.customerWalletAddress,
cardNumberEnd = route.cardNumberEnd,
),
params = TangemPayDetailsComponent.Params(config = route.config),
componentFactory = tangemPayDetailsComponentFactory,
)
}