remove settings form month view

This commit is contained in:
Trey t
2022-02-27 15:35:41 -06:00
parent 8fd0ea94d7
commit 6a83c4d74f

View File

@@ -46,9 +46,6 @@ struct HomeViewTwo: View {
}
} else {
ScrollView {
ZStack {
settingsButtonView
}
LazyVStack(spacing: 5, pinnedViews: [.sectionHeaders]) {
ForEach(viewModel.grouped.sorted(by: { $0.key < $1.key }), id: \.key) { year, months in