Fix TS compilation issue on query report table config display function (#34975)

- [x] QA'd all new/changed functionality manually
This commit is contained in:
Ian Littman 2025-10-29 18:19:52 -05:00 committed by GitHub
parent a884e5472c
commit 1323781928
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 (
<LinkCell