Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3058 Rev 3274
Línea 21... Línea 21...
21
  const { uuid } = useParams()
21
  const { uuid } = useParams()
Línea 22... Línea 22...
22
 
22
 
Línea 23... Línea 23...
23
  const { data: profile } = useFetch(`/profile/view/${uuid}`)
23
  const { data: profile } = useFetch(`/profile/view/${uuid}`)
24
 
24
 
25
  return (
25
  return (
26
    <Grid container spacing={2}>
26
    <Grid container spacing={1}>
27
      <Grid item xs md={8} spacing={2} direction='column'>
27
      <Grid item xs md={8} spacing={1} direction='column'>
Línea 28... Línea 28...
28
        <Box sx={{ display: 'flex', flexDirection: 'column', gap: 1 }}>
28
        <Box sx={{ display: 'flex', flexDirection: 'column', gap: 1 }}>
29
          <ProfileCard {...profile} />
29
          <ProfileCard {...profile} />