Skip to content

Commit c32f8ed

Browse files
author
Adam Tackett
committed
remove comment
Signed-off-by: Adam Tackett <[email protected]>
1 parent b679709 commit c32f8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/components/trace_analytics/components/traces/traces_custom_indices_table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export function TracesCustomIndicesTable(props: TracesLandingTableProps) {
7979

8080
if (!items.hasOwnProperty(adjustedRowIndex)) return '-';
8181
const value = resolveFieldValue(items[adjustedRowIndex], columnId);
82-
// const value = items[adjustedRowIndex]?.[columnId];//old
82+
8383
if (!value && columnId !== 'status.code' && columnId !== 'error_count') return '-';
8484

8585
switch (columnId) {

0 commit comments

Comments
 (0)