diff --git a/src/tapis-hooks/systems/useMakeNewSystem.ts b/src/tapis-hooks/systems/useMakeNewSystem.ts index e5cc6bd26..5df7cbfc0 100644 --- a/src/tapis-hooks/systems/useMakeNewSystem.ts +++ b/src/tapis-hooks/systems/useMakeNewSystem.ts @@ -21,7 +21,7 @@ const useMakeNewSystem = () => { useMutation( [QueryKeys.makeNewSystem, basePath, jwt], ({ reqPostSystem, skipCredentialCheck }) => - makeNewSystem({reqPostSystem, skipCredentialCheck}, basePath, jwt) + makeNewSystem({ reqPostSystem, skipCredentialCheck }, basePath, jwt) ); // Return hook object with loading states and login function diff --git a/src/tapis-ui/components/jobs/JobLauncher/steps/SchedulerOptions.tsx b/src/tapis-ui/components/jobs/JobLauncher/steps/SchedulerOptions.tsx index 1508df8eb..42166b820 100644 --- a/src/tapis-ui/components/jobs/JobLauncher/steps/SchedulerOptions.tsx +++ b/src/tapis-ui/components/jobs/JobLauncher/steps/SchedulerOptions.tsx @@ -59,14 +59,7 @@ const SchedulerProfiles: React.FC = () => {

Scheduler Profiles

{schedulerProfiles.map( - ({ - name, - description, - hiddenOptions, - moduleLoads, - owner, - tenant, - }) => ( + ({ name, description, hiddenOptions, moduleLoads, owner, tenant }) => (