Bläddra i källkod

fixed bug

pull/186/head
meris.ahmatovic 3 år sedan
förälder
incheckning
8941392dd1
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/pages/AdsPage/CreateAdSecondStep.js

+ 1
- 1
src/pages/AdsPage/CreateAdSecondStep.js Visa fil

@@ -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) => {

Laddar…
Avbryt
Spara