瀏覽代碼

fixed bug

pull/186/head
meris.ahmatovic 3 年之前
父節點
當前提交
8941392dd1
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/pages/AdsPage/CreateAdSecondStep.js

+ 1
- 1
src/pages/AdsPage/CreateAdSecondStep.js 查看文件

@@ -6,7 +6,7 @@ import { changeIsCheckedAddAdValue } from "../../store/actions/addAdTechnologies
import { useTranslation } from "react-i18next";

const CreateAdSecondStep = ({ technologies, experience, setExperience }) => {
const { t } = useTranslation;
const { t } = useTranslation();
const dispatch = useDispatch();

const handleCheckboxes = (technologyId) => {

Loading…
取消
儲存