I fixed the issue!
Turns out, in this bit of code
ForEach(bills){
I needed to have this instead
ForEach(bills, id: \.self){
That fixed it!
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: