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 ? (