Removes another @ViewBuilder

This commit is contained in:
Stuart Breckenridge 2020-08-13 22:22:33 +08:00
parent 316edadb66
commit 5682f659b2
No known key found for this signature in database
GPG Key ID: 79BD673276AE83CE
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ struct InspectorView: View {
@StateObject private var inspectorModel = InspectorModel()
var sidebarItem: SidebarItem
@ViewBuilder
var body: some View {
switch sidebarItem.representedType {
case .webFeed: