Updated on 2026-08-14
This commit is contained in:
parent
e33f953a4c
commit
1f629433a3
2 changed files with 2 additions and 2 deletions
|
|
@ -115,7 +115,6 @@ internal class DefaultNFTRuntimeStore(
|
|||
-> assets
|
||||
is NFTCollection.Assets.Value -> assets.copy(
|
||||
items = assets.items
|
||||
.filter { !it.name.isNullOrEmpty() }
|
||||
.sortedBy { it.name }
|
||||
.map { asset ->
|
||||
asset.mergeWithPrice(prices[asset.id] ?: NFTSalePrice.Empty(asset.id))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue