Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-17 19:52:20 +05:00
parent a8ca32083f
commit 2166bc48df

View file

@ -167,9 +167,7 @@ internal class ChooseManagedTokensModel @Inject constructor(
uiState.update { state ->
state.copy(
readContent = state.readContent.copy(
items = items.filterNot {
it.id.value == params.initialCurrency.id.rawCurrencyId?.value
}.toPersistentList(),
items = items.toPersistentList(),
),
)
}