diff --git a/apps/portal/src/app/features/vessel-registration/pages/VesselRegistrationPage.tsx b/apps/portal/src/app/features/vessel-registration/pages/VesselRegistrationPage.tsx index e27bfb0fb..ed22f9a16 100644 --- a/apps/portal/src/app/features/vessel-registration/pages/VesselRegistrationPage.tsx +++ b/apps/portal/src/app/features/vessel-registration/pages/VesselRegistrationPage.tsx @@ -277,7 +277,7 @@ export function VesselRegistrationPage() { {[ { label: 'Submitted', done: true }, { label: 'Under Review', done: registration.status !== 'Pending' }, - { label: 'Approved', done: registration.status === 'Approved' }, + { label: 'Approved', done: false }, ].map((step) => (