mobile version fixes
This commit is contained in:
@@ -120,11 +120,11 @@ const Candidate = () => {
|
||||
{currentCandidateObj.vc_text ? currentCandidateObj.vc_text : 'Описание отсутствует...' }
|
||||
</p>
|
||||
)}
|
||||
<Link to={`/candidate/${currentCandidateObj.id}/form`}>
|
||||
{/* <Link to={`/candidate/${currentCandidateObj.id}/form`}>
|
||||
<button type="submit" className='candidate__btn'>
|
||||
Выбрать к собеседованию
|
||||
</button>
|
||||
</Link>
|
||||
</Link> */}
|
||||
<SectionSkills skillsArr={skillValues} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user