fix warning

This commit is contained in:
Trey t
2022-02-04 17:41:56 -06:00
parent 6cb7274c41
commit af90fad555

View File

@@ -96,7 +96,7 @@ struct ContentView: View {
}
let components = Calendar.current.dateComponents([.day, .month, .year], from: entry.forDate!)
let day = components.day!
// let day = components.day!
let month = components.month!
let year = components.year!