diff --git a/frontend/src/container/LogDetailedView/TableView.tsx b/frontend/src/container/LogDetailedView/TableView.tsx index 2095051fc7..593519404d 100644 --- a/frontend/src/container/LogDetailedView/TableView.tsx +++ b/frontend/src/container/LogDetailedView/TableView.tsx @@ -105,7 +105,7 @@ function TableView({ const onTraceHandler = ( record: DataType, event: React.MouseEvent, - ) => (): void => { + ): void => { if (flattenLogData === null) return; const traceId = flattenLogData[record.field];