diff --git a/frontend/src/container/GridTableComponent/index.tsx b/frontend/src/container/GridTableComponent/index.tsx index 4b1fab5f8f..db89133553 100644 --- a/frontend/src/container/GridTableComponent/index.tsx +++ b/frontend/src/container/GridTableComponent/index.tsx @@ -41,7 +41,7 @@ function GridTableComponent({ const idx = thresholds.findIndex( (t) => t.thresholdTableOptions === e.title, ); - if (idx !== -1) { + if (threshold && idx !== -1) { return (