fix(ios): correct iPad sidebar filter closure indentation

This commit is contained in:
saravanakumardb1 2026-03-21 20:56:58 -07:00
parent b16a6614d4
commit 5e8c46b5f3

View File

@ -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: {