Skip to content

Commit

Permalink
chore: fix incorrect url
Browse files Browse the repository at this point in the history
  • Loading branch information
shon-button committed Dec 11, 2024
1 parent 7d2ed0e commit ba8615b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ const PersonResponsible = ({ version_id }: Props) => {

const continueUrl =
operationType === "Linear Facility Operation"
? `/reporting/reports/${version_id}/facilities/lfo-facilities`
: `/reporting/reports/${version_id}/facilities/${facilityId}/review`;
? `/reports/${version_id}/facilities/lfo-facilities`
: `/reports/${version_id}/facilities/${facilityId}/review`;
const backUrl = `/reports/${version_id}/review-operator-data`;

const taskListElements: TaskListElement[] = [
Expand Down

0 comments on commit ba8615b

Please sign in to comment.