From e305b245f5e3e1c690fddee7ad7d78b0754ec024 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Fri, 10 Oct 2025 18:45:33 +0000 Subject: [PATCH] fix: remove unused tokenAvailable function in DockerAgents --- frontend-modern/src/components/Settings/DockerAgents.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend-modern/src/components/Settings/DockerAgents.tsx b/frontend-modern/src/components/Settings/DockerAgents.tsx index ee0545347..6543e5776 100644 --- a/frontend-modern/src/components/Settings/DockerAgents.tsx +++ b/frontend-modern/src/components/Settings/DockerAgents.tsx @@ -72,8 +72,6 @@ export const DockerAgents: Component = () => { return true; }; - const tokenAvailable = () => requiresToken() && Boolean(apiToken()); - // Always return command template with placeholder - CommandBuilder will do the substitution const getInstallCommandTemplate = () => { const url = pulseUrl();