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 f444ef9 commit 40b071eCopy full SHA for 40b071e
site/src/modules/resources/AgentRow.tsx
@@ -146,7 +146,7 @@ export const AgentRow: FC<AgentRowProps> = ({
146
// containers that are either starting or running. If they are all in
147
// the stopped state, it doesn't make sense to hide the parent apps.
148
let shouldDisplayAppsSection = shouldDisplayAgentApps;
149
- if (devcontainers && anyRunningOrStartingDevcontainers && !showParentApps) {
+ if (anyRunningOrStartingDevcontainers && !showParentApps) {
150
shouldDisplayAppsSection = false;
151
}
152
0 commit comments