feat(web): show action retry button for approved pushes (#2109)

This commit is contained in:
martylukyy 2025-06-24 18:39:37 +02:00 committed by GitHub
parent 2b563a1c4e
commit 74f777340e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -252,9 +252,9 @@ const StatusCellMap: Record<string, StatusCellMapEntry> = {
{": "}
{status.action}
</span>
{/*<div>*/}
{/* {status.action_id > 0 && <RetryActionButton status={status} />}*/}
{/*</div>*/}
<div>
{status.action_id > 0 && <RetryActionButton status={status} />}
</div>
</>
)
},