fix warning
This commit is contained in:
@@ -96,7 +96,7 @@ struct ContentView: View {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let components = Calendar.current.dateComponents([.day, .month, .year], from: entry.forDate!)
|
let components = Calendar.current.dateComponents([.day, .month, .year], from: entry.forDate!)
|
||||||
let day = components.day!
|
// let day = components.day!
|
||||||
let month = components.month!
|
let month = components.month!
|
||||||
let year = components.year!
|
let year = components.year!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user