Header chart view on main page
change layout of main page rows
This commit is contained in:
@@ -214,7 +214,7 @@ struct FilterView: View {
|
||||
|
||||
HStack {
|
||||
Spacer()
|
||||
ForEach(Mood.allValues.reversed(), id: \.self) { mood in
|
||||
ForEach(Mood.allValues, id: \.self) { mood in
|
||||
StatsSubView(data: self.dataHolder.uncategorizedData, mood: mood)
|
||||
Spacer()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user