Skip to content

Commit

Permalink
feat: add Not Applicable to MyInfo occupations list (#7032)
Browse files Browse the repository at this point in the history
* feat: add Not Application to occupations list

* feat: change e-service contact email
  • Loading branch information
wanlingt authored Feb 5, 2024
1 parent f6e4fa2 commit 0a469dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const EsrvcIdBox = ({
case FormAuthType.SP:
case FormAuthType.CP:
case FormAuthType.MyInfo:
return 'Contact [email protected] for your e-service ID'
return 'Contact [email protected] for your e-service ID'
default:
return ''
}
Expand Down
1 change: 1 addition & 0 deletions shared/constants/field/myinfo/myinfo-occupations.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const myInfoOccupations = [
'Not Applicable',
'2nd Engineer (Special Limit)',
'2nd/3rd/4th Mate',
'3d Modeller',
Expand Down

0 comments on commit 0a469dc

Please sign in to comment.