mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 03:33:53 +00:00
fix: remove unused tokenAvailable function in DockerAgents
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user