Updated on 2026-08-14
This commit is contained in:
parent
ddc5c4836b
commit
321b764887
37 changed files with 870 additions and 141 deletions
|
|
@ -634,7 +634,7 @@ internal class ChildFactory @Inject constructor(
|
|||
is AppRoute.TangemPayDetails -> {
|
||||
createComponentChild(
|
||||
context = context,
|
||||
params = TangemPayDetailsComponent.Params(config = route.config),
|
||||
params = TangemPayDetailsComponent.Params(userWalletId = route.userWalletId, config = route.config),
|
||||
componentFactory = tangemPayDetailsComponentFactory,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue