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 63e790e commit 4c8378eCopy full SHA for 4c8378e
site/src/components/WorkspaceBuildProgress/WorkspaceBuildProgress.tsx
@@ -117,9 +117,7 @@ export const WorkspaceBuildProgress: FC<WorkspaceBuildProgressProps> = ({
117
// (e.g. the build isn't yet running). If we flicker from the
118
// indeterminate bar to the determinate bar, the vigilant user
119
// perceives the bar jumping from 100% to 0%.
120
- progressValue !== undefined &&
121
- progressValue < 100 &&
122
- transitionStats !== undefined
+ progressValue !== undefined && progressValue < 100
123
? "determinate"
124
: "indeterminate"
125
}
0 commit comments