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

Commit92c857f

Browse files
chore: replace fragment syntax with strings
1 parent4170809 commit92c857f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎site/src/modules/resources/AgentDevcontainerCard.tsx‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@ export const AgentDevcontainerCard: FC<AgentDevcontainerCardProps> = ({
254254
disabled={devcontainer.status==="starting"}
255255
>
256256
<Spinnerloading={devcontainer.status==="starting"}/>
257-
{devcontainer.container===undefined ?<>Start</> :<>Rebuild</>}
257+
258+
{devcontainer.container===undefined ?"Start" :"Rebuild"}
258259
</Button>
259260

260261
{showDevcontainerControls&&displayApps.includes("ssh_helper")&&(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp