Jon Mårtensson 3 lat temu
rodzic
commit
0c1a15166b

+ 1 - 1
FreeAPS/Sources/Modules/DataTable/DataTableDataFlow.swift

@@ -37,7 +37,7 @@ enum DataTable {
             case .carbs:
                 name = "Carbs"
             case .fpus:
-                name = "Protein/Fat"
+                name = "Protein / Fat"
             case .bolus:
                 name = "Bolus"
             case .tempBasal:

+ 0 - 2
FreeAPS/Sources/Modules/Home/View/Chart/MainChartView.swift

@@ -62,10 +62,8 @@ struct MainChartView: View {
     @State private var suspensionsPath = Path()
     @State private var carbsDots: [DotInfo] = []
     @State private var carbsPath = Path()
-
     @State private var fpuDots: [DotInfo] = []
     @State private var fpuPath = Path()
-
     @State private var glucoseYGange: GlucoseYRange = (0, 0, 0, 0)
     @State private var offset: CGFloat = 0
     @State private var cachedMaxBasalRate: Decimal?