diff --git a/web/src/components/data-table/Cells.tsx b/web/src/components/data-table/Cells.tsx index b0a23bf..d568162 100644 --- a/web/src/components/data-table/Cells.tsx +++ b/web/src/components/data-table/Cells.tsx @@ -252,9 +252,9 @@ const StatusCellMap: Record = { {": "} {status.action} - {/*
*/} - {/* {status.action_id > 0 && }*/} - {/*
*/} +
+ {status.action_id > 0 && } +
) },