Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2902 Rev 2907
Línea 21... Línea 21...
21
  const { data: profile } = useFetch(`/profile/view/${uuid}`)
21
  const { data: profile } = useFetch(`/profile/view/${uuid}`)
22
  const labels = useSelector(({ intl }) => intl.labels)
22
  const labels = useSelector(({ intl }) => intl.labels)
Línea 23... Línea 23...
23
 
23
 
24
  return (
24
  return (
25
    <Grid container spacing={2}>
25
    <Grid container spacing={2}>
26
      <Grid item xs={12} md={8} display='flex' direction='column' gap={2}>
26
      <Grid item container xs={12} md={8} spacing={2}>
Línea 27... Línea 27...
27
        <ProfileCard {...profile} />
27
        <ProfileCard {...profile} />
Línea 28... Línea 28...
28
 
28