Skip to content

Commit 8f99328

Browse files
committed
Temporarily Disable Favorite Foods
1 parent 58e6a2a commit 8f99328

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Loop/Views/SettingsView.swift

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,10 @@ public struct SettingsView: View {
8282
configurationSection
8383
}
8484
deviceSettingsSection
85-
if FeatureFlags.allowExperimentalFeatures {
86-
favoriteFoodsSection
87-
}
85+
// Disables for Coastal HF study
86+
// if FeatureFlags.allowExperimentalFeatures {
87+
// favoriteFoodsSection
88+
// }
8889
if (viewModel.pumpManagerSettingsViewModel.isTestingDevice || viewModel.cgmManagerSettingsViewModel.isTestingDevice) && viewModel.showDeleteTestData {
8990
deleteDataSection
9091
}

0 commit comments

Comments
 (0)