feat: add vessel registration application queue to navigation and localization

This commit is contained in:
estifanos
2026-08-11 08:13:35 +00:00
parent 2bb5c1cbfb
commit ce802af366
4 changed files with 8 additions and 0 deletions

View File

@@ -84,6 +84,11 @@ const PRESENTATION: Record<string, LicenseTypePresentation> = {
// Person-centric: no company entity, no capital threshold, no staff roles.
detailSections: ['overview', 'documents'],
},
VESSEL_REGISTRATION: {
key: 'VESSEL_REGISTRATION',
icon: IconAnchor,
detailSections: DEFAULT_SECTIONS,
},
};
/** Falls back to a generic presentation so an unseeded type still renders. */