update spaces into profesor description
This commit is contained in:
@@ -92,23 +92,23 @@ const PerfilProfesor = () => {
|
||||
</div>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Ubicación:</strong>
|
||||
<strong>Ubicación: </strong>
|
||||
{profesor.ubicacion ? profesor.ubicacion : "NO ubicado"}
|
||||
</li>
|
||||
<li>
|
||||
<strong>Correo:</strong>
|
||||
<strong>Correo: </strong>
|
||||
{profesor.correo_pcp ? profesor.correo_pcp : "No ubicado"}
|
||||
</li>
|
||||
<li>
|
||||
<strong>Teléfono de oficina:</strong>
|
||||
<strong>Teléfono de oficina: </strong>
|
||||
{profesor.tel_oficina ? profesor.tel_oficina : "No ubicado"}
|
||||
</li>
|
||||
<li>
|
||||
<strong>Extensión:</strong>
|
||||
<strong>Extensión: </strong>
|
||||
{profesor.extension ? profesor.extension : "No ubicado"}
|
||||
</li>
|
||||
<li>
|
||||
<strong>Edificio:</strong>
|
||||
<strong>Edificio: </strong>
|
||||
{edificioProfesor ? edificioProfesor.edificio : "No ubicado"}
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user