diff --git a/web/components/issues/issue-detail/label/label-list-item.tsx b/web/components/issues/issue-detail/label/label-list-item.tsx index 3c3164c5a..60792b01c 100644 --- a/web/components/issues/issue-detail/label/label-list-item.tsx +++ b/web/components/issues/issue-detail/label/label-list-item.tsx @@ -35,7 +35,7 @@ export const LabelListItem: FC = (props) => { return (
= (props) => { backgroundColor: label.color ?? "#000000", }} /> -
{label.name}
+
{label.name}
{!disabled && (