Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d327895

Browse files
committedJun 18, 2023
dev updates
1 parent 0b50ae4 commit d327895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Loop/Views/SettingsView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ extension SettingsView {
236236
sensitivityOverridesEnabled: FeatureFlags.sensitivityOverridesEnabled,
237237
adultChildInsulinModelSelectionEnabled: FeatureFlags.adultChildInsulinModelSelectionEnabled,
238238
delegate: self.viewModel.therapySettingsViewModelDelegate))
239-
.environmentObject(displayGlucoseUnitObservable)
239+
.environmentObject(displayGlucosePreference)
240240
.environment(\.dismissAction, self.dismiss)
241241
.environment(\.appName, self.appName)
242242
.environment(\.chartColorPalette, .primary)

0 commit comments

Comments
 (0)
Please sign in to comment.