Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4dcf5e4

Browse files
committed
clean up merge
1 parentb9669d8 commit4dcf5e4

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
@@ -70,7 +70,7 @@ export const AgentRow: FC<AgentRowProps> = ({
7070
const{ browser_only}=useFeatureVisibility();
7171
constappSections=organizeAgentApps(agent.apps);
7272
consthasAppsToDisplay=
73-
!hideVSCodeDesktopButton||appSections.some((it)=>it.apps.length>0);
73+
!browser_only||appSections.some((it)=>it.apps.length>0);
7474
constshouldDisplayApps=
7575
(agent.status==="connected"&&hasAppsToDisplay)||
7676
agent.status==="connecting";

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp