Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6851 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6851 Rev 6852
Línea 15... Línea 15...
15
const LinkedInCompany = () => {
15
const LinkedInCompany = () => {
16
  const [backendVars, setBackendVars] = useState(null)
16
  const [backendVars, setBackendVars] = useState(null)
17
  const [actionsUrls, setActionsUrls] = useState(null)
17
  const [actionsUrls, setActionsUrls] = useState(null)
18
  const [isFollower, setIsFollower] = useState(false)
18
  const [isFollower, setIsFollower] = useState(false)
19
  const { uuid } = useParams()
19
  const { uuid } = useParams()
20
  const dispatch = useDipatch()
20
  const dispatch = useDispatch()
Línea 21... Línea 21...
21
 
21
 
22
  const getCompanyVars = () => {
22
  const getCompanyVars = () => {
23
    getBackendVars(`/company/view/${uuid}`)
23
    getBackendVars(`/company/view/${uuid}`)
24
      .then((vars) => {
24
      .then((vars) => {