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.
1 parent 58e6a2a commit 8f99328Copy full SHA for 8f99328
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