diff --git a/src/widgets/qbittorrent/component.jsx b/src/widgets/qbittorrent/component.jsx index f8a938ef..1b10edeb 100644 --- a/src/widgets/qbittorrent/component.jsx +++ b/src/widgets/qbittorrent/component.jsx @@ -139,7 +139,7 @@ export default function Component({ service }) { const leech = torrentData.length - completed; const torrentsEnabled = service.widget.fields === null || service.widget.fields?.includes('torrents'); return ( - <> +
@@ -148,9 +148,9 @@ export default function Component({ service }) {
{torrentData.map((torrent) => ( - + ))}
- +
); }