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();