fix(ios): correct iPad sidebar filter closure indentation
This commit is contained in:
parent
b16a6614d4
commit
5e8c46b5f3
@ -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: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user