From 1323781928efe9d1e2ad0e3f1ffdc557a991b458 Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Wed, 29 Oct 2025 18:19:52 -0500 Subject: [PATCH] Fix TS compilation issue on query report table config display function (#34975) - [x] QA'd all new/changed functionality manually --- .../details/components/QueryReport/QueryReportTableConfig.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/queries/details/components/QueryReport/QueryReportTableConfig.tsx b/frontend/pages/queries/details/components/QueryReport/QueryReportTableConfig.tsx index 1a7af70128..83b57a837d 100644 --- a/frontend/pages/queries/details/components/QueryReport/QueryReportTableConfig.tsx +++ b/frontend/pages/queries/details/components/QueryReport/QueryReportTableConfig.tsx @@ -71,7 +71,7 @@ const generateReportColumnConfigsFromResults = ( if (cellProps.column.id === "Host") { const hostID = cellProps.row.original.host_id as number; if (queryId === null) { - return cellProps.cell.value; + return <>cellProps.cell.value; } return (