Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6865 Rev 6868
Línea 86... Línea 86...
86
                src={profileImg}
86
                src={profileImg}
87
                onClick={() => isEdit && setModalToShow('image')}
87
                onClick={() => isEdit && setModalToShow('image')}
88
                style={{ zIndex: 10 }}
88
                style={{ zIndex: 10 }}
89
              />
89
              />
90
            ) : (
90
            ) : (
91
              <Avatar imageUrl={profileImg.path} size="xl" name={name} />
91
              <Avatar imageUrl={profileImg} size="xl" name={name} />
92
            )}
92
            )}
93
          </div>
93
          </div>
94
          <h1>{name}</h1>
94
          <h1>{name}</h1>
95
          <span>{groupType}</span>
95
          <span>{groupType}</span>
96
          <div className="row" style={{ gap: '.5rem' }}>
96
          <div className="row" style={{ gap: '.5rem' }}>