From ad88971d6112f57c530b360350f56babf2e799ad Mon Sep 17 00:00:00 2001 From: Janne Juhola <62986222+JanneJuhola@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:36:27 +0200 Subject: [PATCH] fix: Application status is already change to HANDLING when showing notification (#3651) --- .../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 ? (