Skip to content

Commit 679425c

Browse files
committed
Merge remote-tracking branch 'origin/feature/hide-bookmarks' into develop
2 parents 5eab201 + bc6b625 commit 679425c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/Sources/FavoritesRootFeature/FavoritesRootScreen.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ public struct FavoritesRootScreen: View {
3737
.ignoresSafeArea()
3838

3939
VStack {
40-
SegmentPicker()
40+
// For the Good Times
41+
//SegmentPicker()
4142

4243
switch store.pickerSelection {
4344
case .favorites:

0 commit comments

Comments
 (0)