Sfoglia il codice sorgente

Cleanup of commented out code

Deniz Cengiz 1 anno fa
parent
commit
fb028eefac
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. 1 3
      FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

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

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