Skip to content

Commit 2e1c31f

Browse files
committed
tweak app display
1 parent 71c61b6 commit 2e1c31f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site/src/modules/resources/AgentDevcontainerCard.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ export const AgentDevcontainerCard: FC<AgentDevcontainerCardProps> = ({
8686
const showDevcontainerControls =
8787
!subAgentRemoved && subAgent && devcontainer.container;
8888
const showSubAgentApps =
89-
!subAgentRemoved &&
90-
((subAgent?.status === "connected" && hasAppsToDisplay) ||
91-
subAgent?.status === "connecting");
89+
!subAgentRemoved && subAgent?.status === "connected" && hasAppsToDisplay;
9290
const showSubAgentAppsPlaceholders =
9391
subAgentRemoved || subAgent?.status === "connecting";
9492

0 commit comments

Comments
 (0)