Handle deluge with 0 torrents

pull/551/head
Michael Shamoon 2 years ago
parent bec62a0949
commit 165add7f53

@ -27,7 +27,7 @@ export default function Component({ service }) {
}
const { torrents } = torrentData;
const keys = Object.keys(torrents);
const keys = torrents ? Object.keys(torrents) : [];
let rateDl = 0;
let rateUl = 0;

Loading…
Cancel
Save