We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d5a3bc + de382e6 commit af427d0Copy full SHA for af427d0
Loop/Views/SettingsView.swift
@@ -82,10 +82,9 @@ public struct SettingsView: View {
82
configurationSection
83
}
84
deviceSettingsSection
85
- // Disables for Coastal HF study
86
-// if FeatureFlags.allowExperimentalFeatures {
87
-// favoriteFoodsSection
88
-// }
+ if FeatureFlags.allowExperimentalFeatures {
+ favoriteFoodsSection
+ }
89
if (viewModel.pumpManagerSettingsViewModel.isTestingDevice || viewModel.cgmManagerSettingsViewModel.isTestingDevice) && viewModel.showDeleteTestData {
90
deleteDataSection
91
0 commit comments