diff --git a/public/locales/en/modules/usenet.json b/public/locales/en/modules/usenet.json index 19b292811..e1b1060c6 100644 --- a/public/locales/en/modules/usenet.json +++ b/public/locales/en/modules/usenet.json @@ -31,8 +31,7 @@ "title": "Error", "message": "An error has occurred" }, - "paused": "Paused", - "notImplemented": "NOT IMPLEMENTED" + "paused": "Paused" }, "history": { "header": { @@ -47,4 +46,4 @@ }, "paused": "Paused" } -} +} \ No newline at end of file diff --git a/src/widgets/useNet/UsenetQueueList.tsx b/src/widgets/useNet/UsenetQueueList.tsx index cf38b1aed..125dd9df7 100644 --- a/src/widgets/useNet/UsenetQueueList.tsx +++ b/src/widgets/useNet/UsenetQueueList.tsx @@ -21,8 +21,8 @@ import duration from 'dayjs/plugin/duration'; import { useTranslation } from 'next-i18next'; import { FunctionComponent, useState } from 'react'; -import { useGetUsenetDownloads } from '../dashDot/api'; import { humanFileSize } from '../../tools/humanFileSize'; +import { useGetUsenetDownloads } from '../dashDot/api'; dayjs.extend(duration); @@ -91,7 +91,6 @@ export const UsenetQueueList: FunctionComponent = ({ appId - {sizeBreakpoint < width ? ( @@ -107,21 +106,6 @@ export const UsenetQueueList: FunctionComponent = ({ appId {data.items.map((nzb) => ( -
{t('queue.header.name')}{t('queue.header.size')}
- {nzb.state === 'paused' ? ( - - - - - - ) : ( - - - - - - )} -