Skip to content

Commit 92c857f

Browse files
chore: replace fragment syntax with strings
1 parent 4170809 commit 92c857f

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
<Spinner loading={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)
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