Преглед на файлове

Cleanup of commented out code

Deniz Cengiz преди 1 година
родител
ревизия
fb028eefac
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  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 {