Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 7085 Rev 7089
Línea 23... Línea 23...
23
  link_cancel: CancelConnectionUrl = '',
23
  link_cancel: CancelConnectionUrl = '',
24
  link_request: RequestConnectionUrl = '',
24
  link_request: RequestConnectionUrl = '',
25
  image = '',
25
  image = '',
26
  cover = '',
26
  cover = '',
27
  user_profile_uuid: profileId,
27
  user_profile_uuid: profileId,
-
 
28
  uuid,
28
  follower,
29
  follower,
29
  following,
30
  following,
30
  facebook,
31
  facebook,
31
  twitter,
32
  twitter,
32
  instagram,
33
  instagram,
Línea 36... Línea 37...
36
}) => {
37
}) => {
37
  const [isAdded, setIsAdded] = useState(false)
38
  const [isAdded, setIsAdded] = useState(false)
38
  const [connectionUrl, setConnectionUrl] = useState('')
39
  const [connectionUrl, setConnectionUrl] = useState('')
39
  const [modalToShow, setModalToShow] = useState(null)
40
  const [modalToShow, setModalToShow] = useState(null)
40
  const [settedOverview, setSettedOverview] = useState('')
41
  const [settedOverview, setSettedOverview] = useState('')
41
  const [profileImg, setProfileImg] = useState('')
42
  const [profileImg, setProfileImg] = useState(
-
 
43
    `/storage/type/user-profile/code/${uuid}/`
-
 
44
  )
42
  const [coverImg, setCoverImg] = useState('')
45
  const [coverImg, setCoverImg] = useState(
-
 
46
    `/storage/type/user-cover/code/${uuid}}/`
-
 
47
  )
43
  const [isModalShow, setIsModalShow] = useState(false)
48
  const [isModalShow, setIsModalShow] = useState(false)
44
  const [isEdit, setIsEdit] = useState(false)
49
  const [isEdit, setIsEdit] = useState(false)
45
  const labels = useSelector(({ intl }) => intl.labels)
50
  const labels = useSelector(({ intl }) => intl.labels)
46
  const { pathname } = useLocation()
51
  const { pathname } = useLocation()
47
  const dispatch = useDispatch()
52
  const dispatch = useDispatch()