From c85c244459926de33aeaff875063a3ec5c544cd4 Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Wed, 6 Apr 2022 08:28:37 -0700 Subject: [PATCH] use text chip to display labels in labels view --- apple/OmnivoreKit/Sources/App/Views/Profile/LabelsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/App/Views/Profile/LabelsView.swift b/apple/OmnivoreKit/Sources/App/Views/Profile/LabelsView.swift index 852b64e8c..7161f67ad 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Profile/LabelsView.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Profile/LabelsView.swift @@ -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: {