We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b722d commit 7e8bd30Copy full SHA for 7e8bd30
site/src/modules/resources/AgentLogs/useAgentLogs.ts
@@ -62,7 +62,7 @@ export function useAgentLogs(
62
// If the agent is off, we don't need to stream logs. This is the only state
63
// where the Coder API can't receive logs for the agent from third-party
64
// apps like envbuilder.
65
- if(agentLifeCycleState === "off") {
+ if (agentLifeCycleState === "off") {
66
return;
67
}
68
0 commit comments