Updated on 2026-08-14

This commit is contained in:
Tangem 2024-11-12 14:42:17 +05:00
parent c6cdb300e6
commit f011cba752
23 changed files with 505 additions and 28 deletions

View file

@ -199,7 +199,7 @@ internal class ChildFactory @Inject constructor(
is AppRoute.Onramp -> {
route.asComponentChild(
contextProvider = contextProvider(route, contextFactory),
params = OnrampComponent.Params(),
params = OnrampComponent.Params(route.currency.name),
componentFactory = onrampComponentFactory,
)
}