diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Proxies.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Proxies.js b/src/components/Proxies.js index 780a25d..dc37322 100644 --- a/src/components/Proxies.js +++ b/src/components/Proxies.js @@ -29,7 +29,7 @@ export default function Proxies() { useEffect(() => { (async () => { await fetchProxies(); - await requestDelayAll(); + // await requestDelayAll(); })(); }, [fetchProxies, requestDelayAll]); const { groupNames } = useStoreState(mapStateToProps); |
