Clean up Sidebar layout
This commit is contained in:
parent
21ddc85cb1
commit
e65ccc5de7
1 changed files with 2 additions and 1 deletions
|
@ -46,12 +46,13 @@ struct SidebarBudgetView: View {
|
||||||
destination: { RecurringTransactionsListView().navigationBarTitle("recurring_transactions") },
|
destination: { RecurringTransactionsListView().navigationBarTitle("recurring_transactions") },
|
||||||
label: { Label("recurring_transactions", systemImage: "arrow.triangle.2.circlepath") })
|
label: { Label("recurring_transactions", systemImage: "arrow.triangle.2.circlepath") })
|
||||||
.keyboardShortcut("4")
|
.keyboardShortcut("4")
|
||||||
|
Divider()
|
||||||
BudgetListsView()
|
BudgetListsView()
|
||||||
}
|
}
|
||||||
.navigationTitle(budget.name)
|
.navigationTitle(budget.name)
|
||||||
EmptyView()
|
|
||||||
if self.tabSelection ?? 0 > 0 {
|
if self.tabSelection ?? 0 > 0 {
|
||||||
EmptyView()
|
EmptyView()
|
||||||
|
EmptyView()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue