소스 검색

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…
취소
저장