Skip to content

Commit 1aaed6d

Browse files
committed
Updated job details page link.
1 parent 65a9af9 commit 1aaed6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/jobs/JobsTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const JobsTable: React.FC<Props> = ({
4545
}
4646

4747
const handleRowClick = (jobId: number) => {
48-
router.push(`/jobs/${jobId}`)
48+
router.push(`/jobs/details?id=${jobId}`)
4949
}
5050

5151
const colSpan = 8

0 commit comments

Comments
 (0)