diff options
-rw-r--r-- | iosApp/iosApp/Details/Reports/UnitReportsView.swift | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/iosApp/iosApp/Details/Reports/UnitReportsView.swift b/iosApp/iosApp/Details/Reports/UnitReportsView.swift index 1ca1a87..910cea4 100644 --- a/iosApp/iosApp/Details/Reports/UnitReportsView.swift +++ b/iosApp/iosApp/Details/Reports/UnitReportsView.swift @@ -145,17 +145,17 @@ struct UnitReportsView: View { EmptyView() }.pickerStyle(SegmentedPickerStyle()) - HStack { - Group { - Button {} label: { - Text("report-save") - } - - Button {} label: { - Text("report-share") - } - }.frame(maxWidth: .infinity) - }.padding() + //HStack { + // Group { + // Button {} label: { + // Text("report-save") + // } + // + // Button {} label: { + // Text("report-share") + // } + // }.frame(maxWidth: .infinity) + //}.padding() }.padding() }.onAppear { unitReportsViewModel.fetchReport() |