diff --git a/src/platform/packages/shared/response-ops/alerts-table/components/alert_detail_flyout.tsx b/src/platform/packages/shared/response-ops/alerts-table/components/alert_detail_flyout.tsx index 3c28f8a222a4f..024f7b6f4491d 100644 --- a/src/platform/packages/shared/response-ops/alerts-table/components/alert_detail_flyout.tsx +++ b/src/platform/packages/shared/response-ops/alerts-table/components/alert_detail_flyout.tsx @@ -73,11 +73,13 @@ export const AlertDetailFlyout = ({ title: (column.displayAsText as string) ?? column.id, description: value != null ? ( - +
+ +
) : ( '—' ),