Skip to content

Commit

Permalink
fix: commented out picker
Browse files Browse the repository at this point in the history
  • Loading branch information
junrui-x committed Nov 24, 2021
1 parent 3c5693b commit 84bf1e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion p1n3appl3/Views/ReportsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ struct ReportsView: View {
Chart(logs: $logs)
.padding(.bottom)
}

/*
Section {
VStack {
// Y-Axis & Segmented picker
Expand Down Expand Up @@ -52,6 +52,8 @@ struct ReportsView: View {
.padding(10)
}
}
*/
}
.listStyle(InsetGroupedListStyle()) // for iOS 15 list style on iOS 14
.navigationTitle("Reports")
Expand Down

0 comments on commit 84bf1e1

Please sign in to comment.