Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2901 Rev 2917
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 ? (
27
      {totalReactions ? (
28
        <Typography variant='body2'>{`${totalReactions} reacciones`}</Typography>
28
        <Typography variant='overline'>{`${totalReactions} reacciones`}</Typography>
29
      ) : null}
29
      ) : null}
30
      <ReactionsModal
30
      <ReactionsModal
31
        show={showModal}
31
        show={showModal}
32
        onClose={toggleModal}
32
        onClose={toggleModal}