Ver código fonte

Fix a error after merging CGM display

Pierre L 2 anos atrás
pai
commit
ef6723d868
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      FreeAPS/Sources/Modules/CGM/View/CGMRootView.swift

+ 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") {
                         Section(header: Text("Calibrations")) {
                             Text("Calibrations").navigationLink(to: .calibrations, from: self)
-                    
+                        }
+                    }
 
                     if state.cgmCurrent.type == .nightscout {
                         Section(header: Text("Nightscout")) {