mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 08:19:12 +00:00
feat(web): show action retry button for approved pushes (#2109)
This commit is contained in:
parent
2b563a1c4e
commit
74f777340e
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
</>
|
||||
)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue