Przeglądaj źródła

Cleanup of commented out code

Deniz Cengiz 1 rok temu
rodzic
commit
fb028eefac

+ 1 - 3
FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

@@ -5,11 +5,9 @@ import SwiftUI
 import Swinject
 import Swinject
 
 
 struct TimePicker: Identifiable {
 struct TimePicker: Identifiable {
-//    let label: String
-//    let number: String
     var active: Bool
     var active: Bool
     let hours: Int16
     let hours: Int16
-    var id: String { hours.description + Date().timeIntervalSince1970.description }
+    var id: String { hours.description }
 }
 }
 
 
 extension Home {
 extension Home {