Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Oct 31, 2024
1 parent 7340280 commit 1fc5b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Jobs/JobDetail/JobDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const JobDetail: React.FC<{ jobUuid: string }> = ({ jobUuid }) => {
});
const job: Jobs.Job | undefined = useMemo(() => data?.result, [data]);
const { resubmit, isLoading: isLoadingResubmit } = Hooks.useResubmit({
jobuuid: jobUuid,
jobUuid,
});
const {
cancel,
Expand Down

0 comments on commit 1fc5b58

Please sign in to comment.