profile form

This commit is contained in:
kurpfish
2021-08-16 16:19:50 +03:00
parent fd695627e7
commit e8f6c315f4
9 changed files with 80 additions and 10 deletions

View File

@ -115,7 +115,7 @@ const Candidate = () => {
{currentCandidateObj.vc_text ? currentCandidateObj.vc_text : 'Описание отсутствует...' }
</p>
)}
<Link to={'/form'}>
<Link to={`/candidate/${currentCandidateObj.id}/form`}>
<button type="submit" className={style.candidate__btn}>
Выбрать к собеседованию
</button>