diff --git a/frontend/benefit/handler/src/components/applicationReview/ApplicationReview.tsx b/frontend/benefit/handler/src/components/applicationReview/ApplicationReview.tsx index 15863fe4d3..1d465c23bd 100644 --- a/frontend/benefit/handler/src/components/applicationReview/ApplicationReview.tsx +++ b/frontend/benefit/handler/src/components/applicationReview/ApplicationReview.tsx @@ -79,6 +79,7 @@ const ApplicationReview: React.FC = () => { const showNewAhjoActions = isNewAhjoMode && (application.status === APPLICATION_STATUSES.HANDLING || + application.status === APPLICATION_STATUSES.CANCELLED || application.status === APPLICATION_STATUSES.ACCEPTED || application.status === APPLICATION_STATUSES.REJECTED || application.status === APPLICATION_STATUSES.INFO_REQUIRED);