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