Fixed that a tap on a bank account shows an random bank account but not (necessarily) selected one
This commit is contained in:
parent
d3fa90d529
commit
185e0e0271
|
@ -18,11 +18,10 @@ struct BankListItem : View {
|
|||
}.frame(height: 35)
|
||||
}
|
||||
|
||||
VStack {
|
||||
|
||||
ForEach(bank.accounts) { account in
|
||||
BankAccountListItem(account: account)
|
||||
}
|
||||
}
|
||||
.padding(.leading, 18)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue