diff --git a/components/JobDropdown/index.tsx b/components/JobDropdown/index.tsx index d9c9d891..71fc6eee 100644 --- a/components/JobDropdown/index.tsx +++ b/components/JobDropdown/index.tsx @@ -91,7 +91,12 @@ const JobDropdown = React.forwardRef( .sort((a, b) => a.order - b.order) .map((item, i) => { return ( - + {item.name[locale]} ) @@ -109,6 +114,10 @@ const JobDropdown = React.forwardRef( return (