Procházet zdrojové kódy

Fix a error after merging CGM display

Pierre L před 2 roky
rodič
revize
ef6723d868

+ 2 - 1
FreeAPS/Sources/Modules/CGM/View/CGMRootView.swift

@@ -51,7 +51,8 @@ extension CGM {
                     if state.cgmCurrent.type == .plugin && state.cgmCurrent.id.contains("Libre") {
                     if state.cgmCurrent.type == .plugin && state.cgmCurrent.id.contains("Libre") {
                         Section(header: Text("Calibrations")) {
                         Section(header: Text("Calibrations")) {
                             Text("Calibrations").navigationLink(to: .calibrations, from: self)
                             Text("Calibrations").navigationLink(to: .calibrations, from: self)
-                    
+                        }
+                    }
 
 
                     if state.cgmCurrent.type == .nightscout {
                     if state.cgmCurrent.type == .nightscout {
                         Section(header: Text("Nightscout")) {
                         Section(header: Text("Nightscout")) {