[resumes][misc] update namings and oredrings

pull/506/head
Keane Chan 3 years ago
parent 9f021dd57a
commit cc6380e145
No known key found for this signature in database
GPG Key ID: 32718398E1E9F87C

@ -40,7 +40,7 @@ export default function ResumeRoleTypeahead({
return (
<Typeahead
label="Roles"
label="Role"
noResultsMessage="No available roles."
nullable={true}
options={options}

@ -63,16 +63,16 @@ export const ROLES: Array<TypeaheadOption> = [
];
export const EXPERIENCES: Array<TypeaheadOption> = [
{
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)',

Loading…
Cancel
Save