From 977669308069ee4acf1b6eb07e33d32f3aa0bb86 Mon Sep 17 00:00:00 2001 From: JanneJuhola Date: Fri, 13 Dec 2024 12:53:48 +0200 Subject: [PATCH] fix: Application status is already change to HANDLING when showing notification --- .../src/components/applications/pageContent/PageContent.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/benefit/applicant/src/components/applications/pageContent/PageContent.tsx b/frontend/benefit/applicant/src/components/applications/pageContent/PageContent.tsx index c2198264a7..40da79e78d 100644 --- a/frontend/benefit/applicant/src/components/applications/pageContent/PageContent.tsx +++ b/frontend/benefit/applicant/src/components/applications/pageContent/PageContent.tsx @@ -149,11 +149,11 @@ const PageContent: React.FC = () => { /> ); } - +// Different confirmation messages for sending update (HANDLING) and sending new application if (isSubmittedApplication) { return ( <> - {application.status === APPLICATION_STATUSES.INFO_REQUIRED ? ( + {application.status === APPLICATION_STATUSES.HANDLING ? (