Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 4a47733

Browse files
committed
fix: use "resume" instead of "resumeLink"
1 parent 9624efe commit 4a47733

File tree

1 file changed

+2
-2
lines changed
  • src/routes/PositionDetails/components/PositionCandidates

1 file changed

+2
-2
lines changed

src/routes/PositionDetails/components/PositionCandidates/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ const PositionCandidates = ({ position, candidateStatus, updateCandidate }) => {
174174
requiredSkills={position.skills}
175175
limit={7}
176176
/>
177-
{candidate.resumeLink && (
178-
<a href={`${candidate.resumeLink}`} styleName="resume-link">
177+
{candidate.resume && (
178+
<a href={`${candidate.resume}`} styleName="resume-link">
179179
<IconResume />
180180
Download Resume
181181
</a>

0 commit comments

Comments
 (0)