From 787e40dfcaae57381ba0429c428e8f2973f63ca7 Mon Sep 17 00:00:00 2001 From: Tara Epp <102187683+taraepp@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:21:21 +0000 Subject: [PATCH] noticed some other references to final-app --- .../dashboard/majorProjectHomePage/MajorProjectTable.tsx | 2 +- services/core-web/src/components/mine/Projects/Project.tsx | 2 +- .../core-web/src/components/navigation/NotificationDrawer.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/core-web/src/components/dashboard/majorProjectHomePage/MajorProjectTable.tsx b/services/core-web/src/components/dashboard/majorProjectHomePage/MajorProjectTable.tsx index 1ac4b94d34..80bb46f6f9 100644 --- a/services/core-web/src/components/dashboard/majorProjectHomePage/MajorProjectTable.tsx +++ b/services/core-web/src/components/dashboard/majorProjectHomePage/MajorProjectTable.tsx @@ -193,7 +193,7 @@ export const MajorProjectTable: FC = ({ const projectSectionStatuses = (project) => { const sections = [ { key: "Project Description", tab: "project-description", ...project.project_summary }, - { key: "Application", tab: "final-app", ...project.major_mine_application }, + { key: "Application", tab: "app", ...project.major_mine_application }, { key: "IRT", tab: "information-requirements-table", ...project.information_requirements }, ...projectDecisionPackageEnabled ? [{ key: "Decision Package", tab: "project-decision-package", ...project.project_decision_package }] diff --git a/services/core-web/src/components/mine/Projects/Project.tsx b/services/core-web/src/components/mine/Projects/Project.tsx index fd89985c94..ede4c7c3df 100644 --- a/services/core-web/src/components/mine/Projects/Project.tsx +++ b/services/core-web/src/components/mine/Projects/Project.tsx @@ -65,7 +65,7 @@ const Project: FC = () => { let url = routes.EDIT_PROJECT.dynamicRoute(projectGuid, newActiveTab); switch (newActiveTab) { - case "final-app": + case "app": url = routes.PROJECT_APPLICATION.dynamicRoute(projectGuid); break; case "decision-package": diff --git a/services/core-web/src/components/navigation/NotificationDrawer.tsx b/services/core-web/src/components/navigation/NotificationDrawer.tsx index 190fd62aec..8f05de7216 100644 --- a/services/core-web/src/components/navigation/NotificationDrawer.tsx +++ b/services/core-web/src/components/navigation/NotificationDrawer.tsx @@ -119,7 +119,7 @@ const NotificationDrawer = () => { case "MajorMineApplication": return EDIT_PROJECT.dynamicRoute( notification.notification_document.metadata.project.project_guid, - "final-app" + "app" ); case "EngineerOfRecord": return MINE_TAILINGS_DETAILS.dynamicRoute(