Updated on 2026-08-14

This commit is contained in:
Tangem 2024-07-26 18:13:54 +05:00
parent eecf7955ca
commit 31d44e4150
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ internal class DefaultDetailsComponent @AssistedInject constructor(
private val model: DetailsModel = getOrCreateModel(params)
private val userWalletListComponent = userWalletListComponentFactory.create(
context = child(key = "user_wallet_list"),
context = child(key = "user_wallet_list_component"),
)
@Composable