diff --git a/components/JobDropdown/index.tsx b/components/JobDropdown/index.tsx index 187b9de5..6cfa6f03 100644 --- a/components/JobDropdown/index.tsx +++ b/components/JobDropdown/index.tsx @@ -67,7 +67,11 @@ const JobDropdown = React.forwardRef( .sort((a, b) => a.order - b.order) .map((item, i) => { return ( - )