diff --git a/ui/src/routes/devices.$id.tsx b/ui/src/routes/devices.$id.tsx index cf82ad0a..3962f1b5 100644 --- a/ui/src/routes/devices.$id.tsx +++ b/ui/src/routes/devices.$id.tsx @@ -898,7 +898,8 @@ export default function KvmIdRoute() { if (!hasPermission(Permission.VIDEO_VIEW)) return; getLocalVersion(); - }, [appVersion, getLocalVersion, hasPermission]); + // eslint-disable-next-line react-hooks/exhaustive-deps + }, [appVersion]); const ConnectionStatusElement = useMemo(() => { const hasConnectionFailed =