diff --git a/assets/react/front/_select_dd_search.js b/assets/react/front/_select_dd_search.js index d8cb8219f..4af7f1802 100644 --- a/assets/react/front/_select_dd_search.js +++ b/assets/react/front/_select_dd_search.js @@ -143,7 +143,7 @@ window.selectSearchField = (selectElement) => { Array.from(options).forEach((item) => { optionsList += `
- ${tutor_esc_html(item.text)} + ${item.text}
`; });