File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
site/src/pages/WorkspacesPage Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ export const TransitioningWorkspaces: Story = {
157
157
1 + ACTIVE_BUILD_STATUSES . length ,
158
158
) ;
159
159
160
- for ( const [ i , status ] of ACTIVE_BUILD_STATUSES . entries ( ) ) {
160
+ for ( const [ i , status ] of ACTIVE_BUILD_STATUSES . entries ( ) ) {
161
161
const mutable = workspaces [ i ] as MutableWorkspace ;
162
162
mutable . latest_build . status = status ;
163
163
}
Original file line number Diff line number Diff line change @@ -142,8 +142,8 @@ const PanelListItem: FC<PropsWithChildren> = ({ children }) => {
142
142
< li className = "[&:not(:last-child)]:border-b-border [&:not(:last-child)]:border-b [&:not(:last-child)]:border-solid border-0" >
143
143
{ children }
144
144
</ li >
145
- )
146
- }
145
+ ) ;
146
+ } ;
147
147
148
148
type TemplateNameChangeProps = Readonly < {
149
149
oldTemplateVersionName : string ;
@@ -624,5 +624,3 @@ type BatchUpdateModalFormProps = Readonly<{
624
624
onCancel : ( ) => void ;
625
625
onSubmit : ( ) => void ;
626
626
} > ;
627
-
628
-
You can’t perform that action at this time.
0 commit comments