Updated on 2026-08-14
This commit is contained in:
commit
59e90854e6
22 changed files with 81 additions and 49 deletions
|
|
@ -208,7 +208,7 @@ internal class ChildFactory @Inject constructor(
|
|||
is AppRoute.OnrampSuccess -> {
|
||||
route.asComponentChild(
|
||||
contextProvider = contextProvider(route, contextFactory),
|
||||
params = OnrampSuccessComponent.Params(route.txId),
|
||||
params = OnrampSuccessComponent.Params(route.externalTxId),
|
||||
componentFactory = onrampSuccessComponentFactory,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue