Updated on 2026-08-14
This commit is contained in:
parent
8b677a8e6b
commit
c176dc37c4
13 changed files with 362 additions and 19 deletions
|
|
@ -101,7 +101,7 @@ internal fun CustomTokenSelectorContent(model: CustomTokenSelectorUM, modifier:
|
|||
}
|
||||
is DerivationPathUM -> {
|
||||
DerivationPathItem(
|
||||
modifier = itemModifier,
|
||||
modifier = itemModifier.testTag(AddCustomTokenScreenTestTags.derivationRow(item.id)),
|
||||
model = item,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue