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
|
// Sidebar
|
||||||
VStack(spacing: 0) {
|
VStack(spacing: 0) {
|
||||||
ForEach(Tab.allCases.filter { tab in
|
ForEach(Tab.allCases.filter { tab in
|
||||||
if tab == .focus { return FeatureFlagService.shared.isEnabled("focus_mode_enabled") }
|
if tab == .focus { return FeatureFlagService.shared.isEnabled("focus_mode_enabled") }
|
||||||
return true
|
return true
|
||||||
}) { tab in
|
}) { tab in
|
||||||
Button {
|
Button {
|
||||||
selectedTab = tab
|
selectedTab = tab
|
||||||
} label: {
|
} label: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user