We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f253b42 commit 63b12e1Copy full SHA for 63b12e1
Sources/prostore/prostore.swift
@@ -46,8 +46,6 @@ struct MainSidebarView: View {
46
.navigationTitle("ProStore - About")
47
.navigationBarTitleDisplayMode(.large)
48
}
49
- case nil:
50
- Text("Select a section!")
51
52
53
@@ -58,3 +56,4 @@ enum SidebarItem: Hashable {
58
56
case certificates
59
57
case about
60
+
0 commit comments