work around widgets ... not sure if they work
This commit is contained in:
@@ -122,7 +122,7 @@ struct FilterView: View {
|
||||
|
||||
for day in 1...numDays {
|
||||
if let item = monthEntries.filter({ entry in
|
||||
let components = calendar.dateComponents([.day, .weekday], from: entry.forDate!)
|
||||
let components = calendar.dateComponents([.day], from: entry.forDate!)
|
||||
let date = components.day
|
||||
return day == date
|
||||
}).first {
|
||||
|
||||
Reference in New Issue
Block a user