fix: remove unused tokenAvailable function in DockerAgents

This commit is contained in:
rcourtman
2025-10-10 18:45:33 +00:00
parent 07d9e389bd
commit e305b245f5
@@ -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();