Thanks to visit codestin.com Credit goes to github.com
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 36186bb commit 114cf57Copy full SHA for 114cf57
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 ||
85
job.status !== "running" ||
86
transitionStats.P50 === undefined ||
87
transitionStats.P95 === undefined ||
0 commit comments