(applicantId)
| 52 | } |
| 53 | |
| 54 | export function profileApplicantPath(applicantId) { |
| 55 | return `/profile/${encodePathSegment(applicantId)}`; |
| 56 | } |
| 57 | |
| 58 | export function profileApplicantEditPath(applicantId) { |
| 59 | return `${profileApplicantPath(applicantId)}/edit`; |
no test coverage detected