Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-06 10:37:44 +02:00
parent 8b677a8e6b
commit c176dc37c4
13 changed files with 362 additions and 19 deletions

View file

@ -101,7 +101,7 @@ internal fun CustomTokenSelectorContent(model: CustomTokenSelectorUM, modifier:
}
is DerivationPathUM -> {
DerivationPathItem(
modifier = itemModifier,
modifier = itemModifier.testTag(AddCustomTokenScreenTestTags.derivationRow(item.id)),
model = item,
)
}