diff --git a/src/components/DownloadTable.tsx b/src/components/DownloadTable.tsx index f1313a5..8eb582c 100644 --- a/src/components/DownloadTable.tsx +++ b/src/components/DownloadTable.tsx @@ -372,11 +372,15 @@ export const DownloadTable: React.FC = ({ filter }) => { )} - {['completed', 'failed', 'paused', 'retrying'].includes(contextItem.status) && ( + {['completed', 'failed', 'paused'].includes(contextItem.status) && (