Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-09 22:46:59 +03:00
parent d64a36a2a8
commit f5c4e4a0cc

View file

@ -167,8 +167,7 @@ private fun LazyListScope.activeStakingBlock(
items = state.yieldBalance.balance,
key = {
// Staked balance does not have unique identifier.
// Balance type and group id is used to identify item.
it.id + it.type
it.toString()
},
) { balance ->
ActiveStakingBlock(