From 32e3bbdab4ce09ff5b6c1e70a0e8289a42f529e2 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 3 Dec 2022 19:19:31 -0800 Subject: [PATCH] Fix lint error --- components/JobSkillItem/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =