Skip to content

Commit af427d0

Browse files
committed
Merge branch 'dev' into cameron/LOOP-4762-alert-management-icon-alignment
2 parents 2d5a3bc + de382e6 commit af427d0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Loop/Views/SettingsView.swift

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

0 commit comments

Comments
 (0)