Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2899 Rev 2917
Línea 76... Línea 76...
76
      <Row>
76
      <Row>
77
        <Reactions reactions={ownerReactions} reactionsUrl={reactionsUrl} />
77
        <Reactions reactions={ownerReactions} reactionsUrl={reactionsUrl} />
Línea 78... Línea 78...
78
 
78
 
79
        <Row>
79
        <Row>
80
          {totalComments ? (
80
          {totalComments ? (
81
            <Typography variant='body2'>
81
            <Typography variant='overline'>
82
              {`${totalComments} ${labels.comments?.toLowerCase()}`}
82
              {`${totalComments} ${labels.comments?.toLowerCase()}`}
83
            </Typography>
83
            </Typography>
Línea 84... Línea 84...
84
          ) : null}
84
          ) : null}
85
 
85
 
86
          {totalShared ? (
86
          {totalShared ? (
87
            <Typography variant='body2'>
87
            <Typography variant='overline'>
88
              {`${totalShared} ${labels.shared?.toLowerCase()}`}
88
              {`${totalShared} ${labels.shared?.toLowerCase()}`}
Línea 89... Línea 89...
89
            </Typography>
89
            </Typography>
90
          ) : null}
90
          ) : null}
91
 
91
 
92
          {externalShare ? (
92
          {externalShare ? (
93
            <Typography variant='body2'>
93
            <Typography variant='overline'>
94
              {`${externalShare} ${labels.sends?.toLowerCase()}`}
94
              {`${externalShare} ${labels.sends?.toLowerCase()}`}
95
            </Typography>
95
            </Typography>