Skip to content

Commit 2741c8e

Browse files
committed
[LOOP-4721] UI Updates for Loop Alert Management
1 parent d76c009 commit 2741c8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Loop/Views/SettingsView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public struct SettingsView: View {
138138
.sheet(item: $sheet) { sheet in
139139
switch sheet {
140140
case .therapySettings:
141-
return TherapySettingsView(
141+
TherapySettingsView(
142142
mode: .settings,
143143
viewModel: TherapySettingsViewModel(
144144
therapySettings: viewModel.therapySettings(),
@@ -156,7 +156,7 @@ public struct SettingsView: View {
156156
.environment(\.guidanceColors, self.guidanceColors)
157157
.environment(\.insulinTintColor, self.insulinTintColor)
158158
case .favoriteFoods:
159-
return FavoriteFoodsView()
159+
FavoriteFoodsView()
160160
}
161161
}
162162
}

0 commit comments

Comments
 (0)