Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4654 Rev 4655
Línea 47... Línea 47...
47
                            ? <img
47
                            ? <img
48
                                alt='Profile Image'
48
                                alt='Profile Image'
49
                                className={`img ${PATH.includes('edit') && 'cursor-pointer'}`}
49
                                className={`img ${PATH.includes('edit') && 'cursor-pointer'}`}
50
                                src={profileImg.path}
50
                                src={profileImg.path}
51
                                onClick={() => PATH.includes('edit') && setModalToShow('image')}
51
                                onClick={() => PATH.includes('edit') && setModalToShow('image')}
-
 
52
                                style={{ zIndex: 10 }}
52
                            />
53
                            />
53
                            : <Avatar imageUrl={profileImg.path} size='xl' name={name} />
54
                            : <Avatar imageUrl={profileImg.path} size='xl' name={name} />
54
                        }
55
                        }
55
                    </div>
56
                    </div>
56
                    <h1>{name}</h1>
57
                    <h1>{name}</h1>