diff --git a/components/JobSkillItem/index.tsx b/components/JobSkillItem/index.tsx index ba1ce9a0..adadb900 100644 --- a/components/JobSkillItem/index.tsx +++ b/components/JobSkillItem/index.tsx @@ -15,7 +15,7 @@ interface Props extends React.ComponentPropsWithoutRef<"div"> { } const JobSkillItem = React.forwardRef( - ({ ...props }, forwardedRef) => { + function useJobSkillItem({ ...props }, forwardedRef) { const router = useRouter() const { t } = useTranslation("common") const locale =