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") },
|
||||
label: { Label("recurring_transactions", systemImage: "arrow.triangle.2.circlepath") })
|
||||
.keyboardShortcut("4")
|
||||
Divider()
|
||||
BudgetListsView()
|
||||
}
|
||||
.navigationTitle(budget.name)
|
||||
EmptyView()
|
||||
if self.tabSelection ?? 0 > 0 {
|
||||
EmptyView()
|
||||
EmptyView()
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue