diff --git a/frontend/src/features/alerting-rules/components/table.tsx b/frontend/src/features/alerting-rules/components/table.tsx index f0ddf9783..15b55f95c 100644 --- a/frontend/src/features/alerting-rules/components/table.tsx +++ b/frontend/src/features/alerting-rules/components/table.tsx @@ -58,7 +58,7 @@ export function Table({ rules, selected, onToggleSelected, onSelectAll, onOpen, {r.name} {r.systemOwner && } - {r.description &&
{r.description}
} + {r.description &&
{r.description}
}