Skip to content

Commit e04d94b

Browse files
committed
lint
1 parent 63a33f9 commit e04d94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacePage/WorkspaceBuildProgress.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const WorkspaceBuildProgress: FC<WorkspaceBuildProgressProps> = ({
8181
useEffect(() => {
8282
const updateProgress = () => {
8383
if (
84-
job == undefined ||
84+
job === undefined ||
8585
job.status !== "running" ||
8686
transitionStats.P50 === undefined ||
8787
transitionStats.P95 === undefined ||

0 commit comments

Comments
 (0)