mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 13:02:50 +00:00
endorcement
This commit is contained in:
@@ -373,7 +373,7 @@ export function SeafarerRegistrationPage() {
|
|||||||
{registration.status === 'APPROVED' && (
|
{registration.status === 'APPROVED' && (
|
||||||
<Alert color="teal" icon={<IconCheck size={16} />} title="Registered" mb="md">
|
<Alert color="teal" icon={<IconCheck size={16} />} title="Registered" mb="md">
|
||||||
You are a registered seafarer. Your seafarer number is <b>{registration.seafarerNumber}</b>.
|
You are a registered seafarer. Your seafarer number is <b>{registration.seafarerNumber}</b>.
|
||||||
Your Seaman Book and Basic Training Certificate applications have been opened for you.
|
You can now apply for a certificate endorsement from the Endorsement Seafarer page.
|
||||||
</Alert>
|
</Alert>
|
||||||
)}
|
)}
|
||||||
{registration.status === 'REJECTED' && (
|
{registration.status === 'REJECTED' && (
|
||||||
|
|||||||
Reference in New Issue
Block a user