Updated on 2026-08-14
This commit is contained in:
parent
a8ca32083f
commit
2166bc48df
1 changed files with 1 additions and 3 deletions
|
|
@ -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(),
|
||||
),
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue