diff --git a/src/components/RunList/index.tsx b/src/components/RunList/index.tsx index 8b63608..738e608 100644 --- a/src/components/RunList/index.tsx +++ b/src/components/RunList/index.tsx @@ -110,6 +110,11 @@ const columns: GridColDef[] = [ valueGetter: resultsGetter, width: 60, }, + { + field: "waiting", + valueGetter: resultsGetter, + width: 60, + }, ]; interface RunListProps {