Explorar el Código

fixed bug

pull/186/head
meris.ahmatovic hace 3 años
padre
commit
8941392dd1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/pages/AdsPage/CreateAdSecondStep.js

+ 1
- 1
src/pages/AdsPage/CreateAdSecondStep.js Ver fichero

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

Cargando…
Cancelar
Guardar