Skip to content

Commit 464f3e8

Browse files
committed
fix
1 parent 6bc27fd commit 464f3e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

client/src/features/sessionsV2/components/BuildStatusComponents.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ export function BuildStatusBadge({
9494

9595
const badgeText =
9696
isCompatible === false
97-
? `Image incompatible${
98-
resourcePool?.platform ? ` with ${resourcePool.platform}` : ""
99-
}`
97+
? "Image incompatible"
10098
: buildStatus === "in_progress"
10199
? "Build in progress"
102100
: buildStatus === "cancelled"

0 commit comments

Comments
 (0)