From 74f777340e747609d90b705a664d714d58a4f2ee Mon Sep 17 00:00:00 2001 From: martylukyy <35452459+martylukyy@users.noreply.github.com> Date: Tue, 24 Jun 2025 18:39:37 +0200 Subject: [PATCH] feat(web): show action retry button for approved pushes (#2109) --- web/src/components/data-table/Cells.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 && } +
) },