From 7f3db9add145c3a42b0c0af453b13d14788960b1 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 24 Jun 2022 13:44:43 +0200 Subject: [PATCH] :bug: Fix adding a service doesn't fetch --- src/components/modules/downloads/DownloadsModule.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modules/downloads/DownloadsModule.tsx b/src/components/modules/downloads/DownloadsModule.tsx index 042ad4b74..03eefef29 100644 --- a/src/components/modules/downloads/DownloadsModule.tsx +++ b/src/components/modules/downloads/DownloadsModule.tsx @@ -59,7 +59,7 @@ export default function DownloadComponent() { setIsLoading(false); }); }, 5000); - }, [config.services]); + }, []); if (downloadServices.length === 0) { return (