Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2885 Rev 3274
Línea 16... Línea 16...
16
    updateMyReaction,
16
    updateMyReaction,
17
    updateReactions
17
    updateReactions
18
  } = usePosts(`/post/${uuid}`)
18
  } = usePosts(`/post/${uuid}`)
Línea 19... Línea 19...
19
 
19
 
20
  return (
20
  return (
21
    <Grid container spacing={2}>
21
    <Grid container spacing={1}>
22
      <Grid item xs={12} md={8}>
22
      <Grid item xs={12} md={8}>
23
        <PostCard
23
        <PostCard
24
          post={post}
24
          post={post}
25
          addComment={addComment}
25
          addComment={addComment}