Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-18 13:28:32 +03:00
parent 8690dc97da
commit c024ba2836
9 changed files with 109 additions and 40 deletions

View file

@ -101,8 +101,7 @@ fun TangemTokenRow(
.testTag(TokenElementsTestTags.TOKEN_NON_FIAT_BLOCK),
)
},
modifier = modifier
.tokenClickable(tokenRowUM = tokenRowUM),
modifier = modifier.tokenClickable(tokenRowUM = tokenRowUM),
)
}