Skip to content

Commit

Permalink
Fix a error after merging CGM display
Browse files Browse the repository at this point in the history
  • Loading branch information
avouspierre authored and mountrcg committed May 19, 2024
1 parent 5d3752e commit 40eb0aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FreeAPS/Sources/Modules/CGM/View/CGMRootView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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")) {
Expand Down

0 comments on commit 40eb0aa

Please sign in to comment.