🐛 Fix adding a service doesn't fetch

This commit is contained in:
Thomas Camlong
2022-06-24 13:44:43 +02:00
parent a5f477c19b
commit 7f3db9add1

View File

@@ -59,7 +59,7 @@ export default function DownloadComponent() {
setIsLoading(false);
});
}, 5000);
}, [config.services]);
}, []);
if (downloadServices.length === 0) {
return (