add navigation title back

This commit is contained in:
Satindar Dhillon
2022-02-26 20:18:59 -08:00
parent 4e12191893
commit c27eafebde

View File

@ -26,6 +26,7 @@ public struct PrimaryContentView: View {
return NavigationView {
// The first column is the sidebar.
PrimaryContentSidebar(categories: categories)
.navigationBarTitle("Categories")
// Second column is the Primary Nav Stack
if let destinationView = categories.first?.destinationView {