10000
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 a322339 commit cbf2c42Copy full SHA for cbf2c42
site/src/pages/WorkspacePage/WorkspaceBuildProgress.tsx
@@ -81,6 +81,7 @@ export const WorkspaceBuildProgress: FC<WorkspaceBuildProgressProps> = ({
81
useEffect(() => {
82
const updateProgress = () => {
83
if (
84
+ job === undefined 4813 ||
85
job.status !== "running" ||
86
transitionStats.P50 === undefined ||
87
transitionStats.P95 === undefined ||
0 commit comments