Skip to content

Commit

Permalink
sorting candidates list, matching score - round to the whole number, …
Browse files Browse the repository at this point in the history
…tooltip subst. for HtmlTooltip designed
  • Loading branch information
Corrigan14 committed Nov 1, 2023
1 parent 64407fc commit de579e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/app/(site)/company/jobs/jobPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ export const JobPreview: React.FC<JobPreviewInterface> = ({

const handleFindMatchClick = (
event: FormEvent<HTMLButtonElement>,
jobId: string,
jobid: string,
) => {
event.preventDefault();
router.replace(`/company/candidates/?jobid=${jobId}`);
router.replace(`/company/candidates/?jobid=${jobid}`);
};
return (
<>
Expand Down

0 comments on commit de579e0

Please sign in to comment.