Updated on 2026-08-14
This commit is contained in:
parent
d64a36a2a8
commit
f5c4e4a0cc
1 changed files with 1 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue