Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2899 Rev 2900
Línea 22... Línea 22...
22
  )
22
  )
Línea 23... Línea 23...
23
 
23
 
24
  return (
24
  return (
25
    <Row onClick={toggleModal}>
25
    <Row onClick={toggleModal}>
-
 
26
      <ReactionsIcons reactions={reactions} />
26
      <ReactionsIcons reactions={reactions} />
27
      {totalReactions ? (
-
 
28
        <Typography variant='body2'>{totalReactions}</Typography>
27
      <Typography variant='body2'>{totalReactions}</Typography>
29
      ) : null}
28
      <ReactionsModal
30
      <ReactionsModal
29
        show={showModal}
31
        show={showModal}
30
        onClose={toggleModal}
32
        onClose={toggleModal}
31
        reactions={reactions}
33
        reactions={reactions}