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 58e6a2a + 8f99328 commit 5dea8ffCopy full SHA for 5dea8ff
Loop/Views/SettingsView.swift
@@ -82,9 +82,10 @@ public struct SettingsView: View {
82
configurationSection
83
}
84
deviceSettingsSection
85
- if FeatureFlags.allowExperimentalFeatures {
86
- favoriteFoodsSection
87
- }
+ // Disables for Coastal HF study
+// if FeatureFlags.allowExperimentalFeatures {
+// favoriteFoodsSection
88
+// }
89
if (viewModel.pumpManagerSettingsViewModel.isTestingDevice || viewModel.cgmManagerSettingsViewModel.isTestingDevice) && viewModel.showDeleteTestData {
90
deleteDataSection
91
0 commit comments