We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca56e3 commit cfaf400Copy full SHA for cfaf400
client/src/features/sessionsV2/components/BuildStatusComponents.tsx
@@ -94,9 +94,7 @@ export function BuildStatusBadge({
94
95
const badgeText =
96
isCompatible === false
97
- ? `Image incompatible${
98
- resourcePool?.platform ? ` with ${resourcePool.platform}` : ""
99
- }`
+ ? "Image incompatible"
100
: buildStatus === "in_progress"
101
? "Build in progress"
102
: buildStatus === "cancelled"
0 commit comments