diff --git a/client/src/components/employee-search-select/employee-search-select.component.jsx b/client/src/components/employee-search-select/employee-search-select.component.jsx index e16880bd5..0a7cca87c 100644 --- a/client/src/components/employee-search-select/employee-search-select.component.jsx +++ b/client/src/components/employee-search-select/employee-search-select.component.jsx @@ -25,23 +25,23 @@ const EmployeeSearchSelect = ( width: 400, }} onChange={setOption} - optionFilterProp='search' + optionFilterProp="search" onSelect={onSelect} - onBlur={onBlur}> + onBlur={onBlur} + > {options ? options.map((o) => (