Skip to content

Commit 40b071e

Browse files
chore: simplification
1 parent f444ef9 commit 40b071e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/modules/resources/AgentRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export const AgentRow: FC<AgentRowProps> = ({
146146
// containers that are either starting or running. If they are all in
147147
// the stopped state, it doesn't make sense to hide the parent apps.
148148
let shouldDisplayAppsSection = shouldDisplayAgentApps;
149-
if (devcontainers && anyRunningOrStartingDevcontainers && !showParentApps) {
149+
if (anyRunningOrStartingDevcontainers && !showParentApps) {
150150
shouldDisplayAppsSection = false;
151151
}
152152

0 commit comments

Comments
 (0)