Updated on 2026-08-14
This commit is contained in:
parent
153ecc8197
commit
4e98a7b805
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class MultiWalletReducer {
|
|||
}
|
||||
|
||||
val selectedCurrency = if (!state.isMultiwalletAllowed) {
|
||||
wallets[0].walletsData[0].currency
|
||||
wallets.firstOrNull()?.walletsData?.firstOrNull()?.currency
|
||||
} else {
|
||||
state.selectedCurrency
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue