refactor: update vessel registration route path in onboarding navigation

This commit is contained in:
estifanos
2026-08-22 06:57:22 +00:00
parent 841579468a
commit ae0dfdece3

View File

@@ -19,7 +19,7 @@ import { OperationsFormContent } from "../../profile/components/OperationsFormCo
*/
const NEXT_STEP: Record<string, string> = {
SEAFARER_REGISTRATION: "/seafarer-registration",
VESSEL_REGISTRATION: "/licensing/VESSEL_REGISTRATION/apply",
VESSEL_REGISTRATION: "/vessel-registration",
};
function nextStepFor(selectedKeys: string[]): string {