File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
site/src/pages/WorkspacePage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ export const WorkspaceBuildProgress: FC<WorkspaceBuildProgressProps> = ({
117
117
return (
118
118
< div css = { styles . stack } >
119
119
{ style === "task" && (
120
- < div className = { "mb-1 text-center" } >
120
+ < div className = "mb-1 text-center" >
121
121
< div css = { styles . label } data-chromatic = "ignore" >
122
122
{ progressText }
123
123
</ div >
@@ -144,7 +144,7 @@ export const WorkspaceBuildProgress: FC<WorkspaceBuildProgressProps> = ({
144
144
} }
145
145
/>
146
146
{ style !== "task" && (
147
- < div className = { "flex mt-1 justify-between" } >
147
+ < div className = "flex mt-1 justify-between" >
148
148
< div css = { styles . label } >
149
149
{ capitalize ( workspace . latest_build . status ) } workspace...
150
150
</ div >
You can’t perform that action at this time.
0 commit comments