remove unused label
This commit is contained in:
parent
1c2b1879b4
commit
db6483ed5e
|
@ -74,8 +74,6 @@ struct LibraryView: View {
|
|||
}
|
||||
} supplementaryView: { _, indexPath in
|
||||
HStack {
|
||||
Text("Supp View")
|
||||
.font(.title3)
|
||||
Spacer()
|
||||
}.accessibilityIdentifier("\(indexPath.section).\(indexPath.row)")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue