diff --git a/components/job/JobSkillItem/index.tsx b/components/job/JobSkillItem/index.tsx index 8f8aebd7..2da276a8 100644 --- a/components/job/JobSkillItem/index.tsx +++ b/components/job/JobSkillItem/index.tsx @@ -47,8 +47,6 @@ const JobSkillItem = React.forwardRef( // Set up translation const t = useTranslations('common') const locale = (getCookie('NEXT_LOCALE') as string) || 'en' - ? router.locale - : 'en' // States: Component const [alertOpen, setAlertOpen] = useState(false)