Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2913 Rev 2917
Línea 122... Línea 122...
122
        <Typography variant='h2'>{fullName}</Typography>
122
        <Typography variant='h2'>{fullName}</Typography>
123
        <Typography>{parse(settedOverview)}</Typography>
123
        <Typography>{parse(settedOverview)}</Typography>
Línea 124... Línea 124...
124
 
124
 
125
        <Row>
125
        <Row>
126
          <Typography>{formattedAddress}</Typography>
126
          <Typography>{formattedAddress}</Typography>
127
          <Typography variant='body2'> - </Typography>
127
          <Typography variant='overline'> - </Typography>
128
          <Typography variant='body2' onClick={() => setModalToShow('info')}>
128
          <Typography variant='overline' onClick={() => setModalToShow('info')}>
129
            {labels.personal_info}
129
            {labels.personal_info}
130
          </Typography>
130
          </Typography>
Línea 131... Línea 131...
131
        </Row>
131
        </Row>
132
 
132
 
133
        <Row>
133
        <Row>
134
          {viewTotalConnections ? (
134
          {viewTotalConnections ? (
135
            <Link to='/connection/my-connections'>
135
            <Link to='/connection/my-connections'>
136
              <Typography variant='body2'>
136
              <Typography variant='overline'>
137
                {`${totalConnections} conexiones`}
137
                {`${totalConnections} conexiones`}
138
              </Typography>
138
              </Typography>
139
            </Link>
139
            </Link>
140
          ) : null}
140
          ) : null}
141
          {viewFollowing ? (
141
          {viewFollowing ? (
142
            <Link onClick={(e) => e.preventDefault()}>
142
            <Link onClick={(e) => e.preventDefault()}>
143
              <Typography variant='body2'>
143
              <Typography variant='overline'>
144
                {`${following} siguiendo`}
144
                {`${following} siguiendo`}
145
              </Typography>
145
              </Typography>
146
            </Link>
146
            </Link>