mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29: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}
|
{status.action}
|
||||||
</span>
|
</span>
|
||||||
{/*<div>*/}
|
<div>
|
||||||
{/* {status.action_id > 0 && <RetryActionButton status={status} />}*/}
|
{status.action_id > 0 && <RetryActionButton status={status} />}
|
||||||
{/*</div>*/}
|
</div>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue