use text chip to display labels in labels view

This commit is contained in:
Satindar Dhillon 2022-04-06 08:28:37 -07:00
parent 461004939f
commit c85c244459

View file

@ -123,7 +123,7 @@ struct LabelsView: View {
Section(header: Text("Labels")) {
ForEach(viewModel.labels, id: \.id) { label in
HStack {
Text(label.name)
TextChip(feedItemLabel: label)
Spacer()
Button(
action: {