This commit is contained in:
Dave Richer
2023-12-11 17:34:05 -05:00
parent 5c164f807d
commit ad79344709
87 changed files with 1100 additions and 1113 deletions

View File

@@ -8,7 +8,7 @@ export default function JobSyncButton({ job }) {
const { t } = useTranslation();
const history = useNavigate();
const handleClick = () => {
history.push(
history(
`/manage/available?availableJobId=${job.available_jobs[0].id}&clm_no=${job.clm_no}`
);
};