diff --git a/apps/backoffice/src/app/features/vessel-registration/pages/VesselRegistrationReviewPage.tsx b/apps/backoffice/src/app/features/vessel-registration/pages/VesselRegistrationReviewPage.tsx index 5c4ea09a3..1fceae104 100644 --- a/apps/backoffice/src/app/features/vessel-registration/pages/VesselRegistrationReviewPage.tsx +++ b/apps/backoffice/src/app/features/vessel-registration/pages/VesselRegistrationReviewPage.tsx @@ -230,6 +230,21 @@ export function VesselRegistrationReviewPage() { )} + {/* Timeline */} + + Timeline + t.done).length - 1} size="sm" color="teal" orientation="horizontal"> + {record.timeline.map((step, i) => ( + : } + /> + ))} + + + {/* Two-column body */} {/* Left column */} @@ -301,20 +316,6 @@ export function VesselRegistrationReviewPage() { {/* Right column */} - - Timeline - t.done).length - 1} size="sm" color="teal" orientation="vertical"> - {record.timeline.map((step, i) => ( - : } - /> - ))} - - - {(record.remarks || (record.correctionFields && record.correctionFields.length > 0)) && ( Officer Remarks