Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ struct GSRBookingToolbarView: View {
}
}
.transition(.move(edge: .leading).combined(with: .opacity))
} else if FeatureFlags.shared.gsrQuickBook {
} else {
RoomFinderSelectionPanel(vm: vm, isEnabled: $startedQuickBook)
.transition(.move(edge: .leading).combined(with: .opacity))
}
Expand Down
2 changes: 0 additions & 2 deletions PennMobileShared/Feature Flags/FeatureFlags.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ public final class FeatureFlags: @unchecked Sendable {

@FeatureFlagDefinition("ALWAYS_SHOW_FEATURE_FLAG_SETTINGS", channel: .testFlight) public var alwaysShowFeatureFlagSettings
@FeatureFlagDefinition("TEST_FEATURE_FLAG", channel: .adHoc) public var testFeatureFlag

@FeatureFlagDefinition("GSR_QUICK_BOOK", channel: .testFlight) public var gsrQuickBook

@FeatureFlagDefinition("SHOW_AUTH_SETTINGS", channel: .experimental) public var showAuthSettings

Expand Down
Loading