Skip to content

Commit ac634e7

Browse files
committed
format
1 parent 905826f commit ac634e7

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.bulk-actions

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.bulk-actions/route.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -331,11 +331,7 @@ function BulkActionsTable({
331331
<TableCell to={path}>
332332
{bulkAction.completedAt ? <DateTime date={bulkAction.completedAt} /> : "–"}
333333
</TableCell>
334-
<BulkActionActionsCell
335-
bulkAction={bulkAction}
336-
path={path}
337-
canAbort={canAbort}
338-
/>
334+
<BulkActionActionsCell bulkAction={bulkAction} path={path} canAbort={canAbort} />
339335
</TableRow>
340336
);
341337
})

0 commit comments

Comments
 (0)