Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit552c4cd

Browse files
fix: handle undefined job while updating build progress (cherry-pick#16732) (#16741)
Cherry-picked fix: handle undefined job while updating build progress(#16732)Fixes:#15444Co-authored-by: Marcin Tojek <mtojek@users.noreply.github.com>
1 parentfb71cb5 commit552c4cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎site/src/pages/WorkspacePage/WorkspaceBuildProgress.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export const WorkspaceBuildProgress: FC<WorkspaceBuildProgressProps> = ({
8181
useEffect(()=>{
8282
constupdateProgress=()=>{
8383
if(
84+
job===undefined||
8485
job.status!=="running"||
8586
transitionStats.P50===undefined||
8687
transitionStats.P95===undefined||

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp