(programId)
| 31 | } |
| 32 | |
| 33 | export function dataPointsProgramPath(programId) { |
| 34 | return `/datapoints/program/${encodePathSegment(programId)}`; |
| 35 | } |
| 36 | |
| 37 | export function applicantDialogPath(pathname, applicantId) { |
| 38 | const basePath = safeLocalPath(pathname, "/datapoints").replace(/\/applicant\/[^/]+\/?$/, ""); |
no test coverage detected