MCPcopy Create free account
hub / github.com/OpenSIST/OpenSIST.github.io / profileApplicantEditPath

Function profileApplicantEditPath

src/Components/RouteUtils.js:58–60  ·  view source on GitHub ↗
(applicantId)

Source from the content-addressed store, hash-verified

56}
57
58export function profileApplicantEditPath(applicantId) {
59 return `${profileApplicantPath(applicantId)}/edit`;
60}
61
62export function profileRecordEditPath(applicantId, programId) {
63 return `${profileApplicantPath(applicantId)}/${encodePathSegment(programId)}/edit`;

Callers 1

ControlButtonGroupFunction · 0.90

Calls 1

profileApplicantPathFunction · 0.85

Tested by

no test coverage detected