Displaying now bank accounts according to their display index
This commit is contained in:
parent
3f093889a0
commit
b40e865af6
|
@ -21,7 +21,7 @@ struct BankListItem : View {
|
|||
|
||||
|
||||
|
||||
ForEach(bank.accounts) { account in
|
||||
ForEach(bank.accountsSorted) { account in
|
||||
BankAccountListItem(account: account)
|
||||
}
|
||||
.padding(.leading, 18)
|
||||
|
|
Loading…
Reference in New Issue