committed by
William Casarin
parent
0da10eb716
commit
9847f12c95
@@ -12,9 +12,6 @@ struct InvoicesView: View {
|
||||
var invoices: [Invoice]
|
||||
let settings: UserSettingsStore
|
||||
|
||||
@State var open_sheet: Bool = false
|
||||
@State var current_invoice: Invoice? = nil
|
||||
|
||||
var body: some View {
|
||||
TabView {
|
||||
ForEach(invoices, id: \.string) { invoice in
|
||||
|
||||
Reference in New Issue
Block a user