Просмотр исходного кода

Fix a error after merging CGM display

Pierre L 2 лет назад
Родитель
Сommit
ef6723d868
1 измененных файлов с 2 добавлено и 1 удалено
  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")) {