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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy