diff --git a/src/modules/torrents/TorrentsModule.tsx b/src/modules/torrents/TorrentsModule.tsx index a12e4b1a2..674979f61 100644 --- a/src/modules/torrents/TorrentsModule.tsx +++ b/src/modules/torrents/TorrentsModule.tsx @@ -23,6 +23,8 @@ import { AddItemShelfButton } from '../../components/AppShelf/AddAppShelfItem'; import { useSetSafeInterval } from '../../tools/hooks/useSetSafeInterval'; import { humanFileSize } from '../../tools/humanFileSize'; +const MIM_WIDTH_MOBILE = 576; + export const TorrentsModule: IModule = { id: 'torrents-status', title: 'Torrent', @@ -112,9 +114,9 @@ export default function TorrentsComponent() {