diff --git a/apps/portal/src/components/resumes/shared/ResumeRoleTypeahead.tsx b/apps/portal/src/components/resumes/shared/ResumeRoleTypeahead.tsx index a42bbf37..ed0b93cf 100644 --- a/apps/portal/src/components/resumes/shared/ResumeRoleTypeahead.tsx +++ b/apps/portal/src/components/resumes/shared/ResumeRoleTypeahead.tsx @@ -40,7 +40,7 @@ export default function ResumeRoleTypeahead({ return ( = [ ]; export const EXPERIENCES: Array = [ - { - id: 'Entry Level (0 - 2 years)', - label: 'Entry Level (0 - 2 years)', - value: 'Entry Level (0 - 2 years)', - }, { id: 'Internship', label: 'Internship', value: 'Internship', }, + { + id: 'Entry Level (0 - 2 years)', + label: 'Entry Level (0 - 2 years)', + value: 'Entry Level (0 - 2 years)', + }, { id: 'Mid Level (3 - 5 years)', label: 'Mid Level (3 - 5 years)',