| @@ -28,7 +28,6 @@ const TooltipHeader = (props) => { | |||
| const { isMobile } = useIsMobile(); | |||
| const { t } = useTranslation(); | |||
| const history = useHistory(); | |||
| console.log(history); | |||
| const handleClickCategory = () => { | |||
| props?.offers?.filters?.locations.clear(); | |||
| @@ -50,6 +50,7 @@ const SearchField = (props) => { | |||
| onBlur={handleBlurSearch} | |||
| ref={searchRef} | |||
| className={props.className} | |||
| onChange={handleSearch} | |||
| /> | |||
| ); | |||
| }; | |||