Skip to content

Commit 5dea8ff

Browse files
authored
Merge pull request #609 from tidepool-org/disable-favorite-foods
Temporarily Disable Favorite Foods
2 parents 58e6a2a + 8f99328 commit 5dea8ff

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)