diff --git a/webui/src/pages/DeviceIntegration/index.tsx b/webui/src/pages/DeviceIntegration/index.tsx index 4c8ef30a9..82820f57a 100644 --- a/webui/src/pages/DeviceIntegration/index.tsx +++ b/webui/src/pages/DeviceIntegration/index.tsx @@ -920,7 +920,6 @@ export default function DeviceIntegrationPage() { setLoading(false); setRefreshing(false); } - // eslint-disable-next-line react-hooks/exhaustive-deps }, []); useEffect(() => { void fetchData(); }, [fetchData]);