Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 12712 | Rev 14927 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 12712 Rev 14394
Línea 21... Línea 21...
21
 
21
 
22
	const history = useHistory()
22
	const history = useHistory()
23
	const { url } = useRouteMatch()
23
	const { url } = useRouteMatch()
24
	const dispatch = useDispatch()
24
	const dispatch = useDispatch()
25
	const [showDeleteModal, setShowDeleteModal] = useState(false)
25
	const [showDeleteModal, setShowDeleteModal] = useState(false)
26
	const [currentVacancy, setCurrentVacancy] = useState(vacancies[0].uuid || '')
26
	const [currentVacancy, setCurrentVacancy] = useState((vacancies.length > 0)? vacancies[0].uuid : '')
27
	const [deleteLink, setDeleteLink] = useState('')
27
	const [deleteLink, setDeleteLink] = useState('')
28
	const [items, setItems] = useState([])
28
	const [items, setItems] = useState([])
29
	const [total, setTotal] = useState(0)
29
	const [total, setTotal] = useState(0)
30
	const [search, setSearch] = useState('')
30
	const [search, setSearch] = useState('')