[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 ( return (
<Typeahead <Typeahead
label="Roles" label="Role"
noResultsMessage="No available roles." noResultsMessage="No available roles."
nullable={true} nullable={true}
options={options} options={options}

@ -63,16 +63,16 @@ export const ROLES: Array<TypeaheadOption> = [
]; ];
export const EXPERIENCES: 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', id: 'Internship',
label: 'Internship', label: 'Internship',
value: '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)', id: 'Mid Level (3 - 5 years)',
label: 'Mid Level (3 - 5 years)', label: 'Mid Level (3 - 5 years)',

Loading…
Cancel
Save