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.
1 parent 91a4a98 commit 0ea0601Copy full SHA for 0ea0601
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