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