2 Commits

Author SHA1 Message Date
TheManus88 415075a959 port updated 2024-08-08 02:56:56 -06:00
TheManus88 a3a7fce6bf update spaces into profesor description 2024-07-30 22:32:48 -06:00
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
"web-vitals": "^2.1.4" "web-vitals": "^2.1.4"
}, },
"scripts": { "scripts": {
"start": "set PORT=3001 && react-scripts start", "start": "set PORT=3226 && react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject" "eject": "react-scripts eject"
@@ -92,23 +92,23 @@ const PerfilProfesor = () => {
</div> </div>
<ul> <ul>
<li> <li>
<strong>Ubicación:</strong> <strong>Ubicación: </strong>
{profesor.ubicacion ? profesor.ubicacion : "NO ubicado"} {profesor.ubicacion ? profesor.ubicacion : "NO ubicado"}
</li> </li>
<li> <li>
<strong>Correo:</strong> <strong>Correo: </strong>
{profesor.correo_pcp ? profesor.correo_pcp : "No ubicado"} {profesor.correo_pcp ? profesor.correo_pcp : "No ubicado"}
</li> </li>
<li> <li>
<strong>Teléfono de oficina:</strong> <strong>Teléfono de oficina: </strong>
{profesor.tel_oficina ? profesor.tel_oficina : "No ubicado"} {profesor.tel_oficina ? profesor.tel_oficina : "No ubicado"}
</li> </li>
<li> <li>
<strong>Extensión:</strong> <strong>Extensión: </strong>
{profesor.extension ? profesor.extension : "No ubicado"} {profesor.extension ? profesor.extension : "No ubicado"}
</li> </li>
<li> <li>
<strong>Edificio:</strong> <strong>Edificio: </strong>
{edificioProfesor ? edificioProfesor.edificio : "No ubicado"} {edificioProfesor ? edificioProfesor.edificio : "No ubicado"}
</li> </li>
</ul> </ul>