瀏覽代碼

Fixed 2132

bugfix/2132
jovan.cirkovic 3 年之前
父節點
當前提交
745465dab9

+ 0
- 1
src/components/MarketPlace/Header/TooltipHeader/TooltipHeader.js 查看文件

@@ -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();

+ 1
- 0
src/components/TextFields/SearchField/SearchField.js 查看文件

@@ -50,6 +50,7 @@ const SearchField = (props) => {
onBlur={handleBlurSearch}
ref={searchRef}
className={props.className}
onChange={handleSearch}
/>
);
};

Loading…
取消
儲存