Skip to content

Commit cbd778e

Browse files
committed
fixup! Fix tests
1 parent 304b072 commit cbd778e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/WorkspaceBuildProgress/WorkspaceBuildProgress.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const WorkspaceBuildProgress: FC<{
5858
)[0] * 100) ||
5959
0
6060
}
61-
variant="determinate"
61+
variant={status === "running" ? "determinate" : "indeterminate"}
6262
/>
6363
<div className={styles.barHelpers}>
6464
<div className={styles.label}>{`Job ${status}`}</div>

0 commit comments

Comments
 (0)