| import { useTranslation } from "react-i18next"; | import { useTranslation } from "react-i18next"; | ||||
| const CreateAdSecondStep = ({ technologies, experience, setExperience }) => { | const CreateAdSecondStep = ({ technologies, experience, setExperience }) => { | ||||
| const { t } = useTranslation; | |||||
| const { t } = useTranslation(); | |||||
| const dispatch = useDispatch(); | const dispatch = useDispatch(); | ||||
| const handleCheckboxes = (technologyId) => { | const handleCheckboxes = (technologyId) => { |