From cc6380e145b88df0fc7765afcc59284efae5d042 Mon Sep 17 00:00:00 2001 From: Keane Chan Date: Sat, 5 Nov 2022 12:10:17 +0800 Subject: [PATCH] [resumes][misc] update namings and oredrings --- .../components/resumes/shared/ResumeRoleTypeahead.tsx | 2 +- apps/portal/src/utils/resumes/resumeFilters.ts | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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)',