closed #17
This commit is contained in:
@@ -172,6 +172,9 @@ struct FilterView: View {
|
||||
.cornerRadius(25)
|
||||
.padding([.leading, .trailing])
|
||||
|
||||
Text("Total: \(self.dataHolder.numberOfRatings)")
|
||||
.font(.title2)
|
||||
|
||||
if showFilter {
|
||||
filterView
|
||||
}
|
||||
@@ -292,9 +295,6 @@ struct FilterView: View {
|
||||
|
||||
private var gridView: some View {
|
||||
VStack {
|
||||
Text("Total: \(self.dataHolder.numberOfRatings)")
|
||||
.font(.title2)
|
||||
|
||||
monthsHeader
|
||||
.cornerRadius(25)
|
||||
.padding([.leading, .trailing])
|
||||
|
||||
Reference in New Issue
Block a user