diff --git a/ios/ChronoMind/App/ContentView.swift b/ios/ChronoMind/App/ContentView.swift index 5f0e758..f1cae11 100644 --- a/ios/ChronoMind/App/ContentView.swift +++ b/ios/ChronoMind/App/ContentView.swift @@ -76,9 +76,9 @@ struct ContentView: View { // Sidebar VStack(spacing: 0) { ForEach(Tab.allCases.filter { tab in - if tab == .focus { return FeatureFlagService.shared.isEnabled("focus_mode_enabled") } - return true - }) { tab in + if tab == .focus { return FeatureFlagService.shared.isEnabled("focus_mode_enabled") } + return true + }) { tab in Button { selectedTab = tab } label: {