remove unused label

This commit is contained in:
jhays 2021-10-14 11:54:19 -05:00
parent 1c2b1879b4
commit db6483ed5e
1 changed files with 0 additions and 2 deletions

View File

@ -74,8 +74,6 @@ struct LibraryView: View {
}
} supplementaryView: { _, indexPath in
HStack {
Text("Supp View")
.font(.title3)
Spacer()
}.accessibilityIdentifier("\(indexPath.section).\(indexPath.row)")
}