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 fb71cb5 commit 552c4cdCopy full SHA for 552c4cd
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