Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1803 Rev 1809
Línea 20... Línea 20...
20
 
20
 
Línea 21... Línea 21...
21
import './styles/linkedin.scss'
21
import './styles/linkedin.scss'
22
 
22
 
23
const LinkedInCompany = () => {
23
const LinkedInCompany = () => {
24
  const [backendVars, setBackendVars] = useState(null)
24
  const [backendVars, setBackendVars] = useState(null)
25
  const [actionsUrls, setActionsUrls] = useState(null)
25
  const [actionsUrls, setActionsUrls] = useState({})
26
  const [isFollower, setIsFollower] = useState(false)
26
  const [isFollower, setIsFollower] = useState(false)
27
  const { feeds, timelineUrl, currentPage, loading, pages } = useSelector(
27
  const { feeds, timelineUrl, currentPage, loading, pages } = useSelector(
28
    ({ feed }) => feed
28
    ({ feed }) => feed