Fix lint error
This commit is contained in:
parent
a3ac29deb8
commit
32e3bbdab4
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ interface Props extends React.ComponentPropsWithoutRef<"div"> {
|
||||||
}
|
}
|
||||||
|
|
||||||
const JobSkillItem = React.forwardRef<HTMLDivElement, Props>(
|
const JobSkillItem = React.forwardRef<HTMLDivElement, Props>(
|
||||||
({ ...props }, forwardedRef) => {
|
function useJobSkillItem({ ...props }, forwardedRef) {
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
const { t } = useTranslation("common")
|
const { t } = useTranslation("common")
|
||||||
const locale =
|
const locale =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue