diff --git a/src/components/CardProfesor.js b/src/components/CardProfesor.js
index b8c08c7..c1e6d17 100644
--- a/src/components/CardProfesor.js
+++ b/src/components/CardProfesor.js
@@ -1,7 +1,7 @@
import React from "react";
import '../App.js'
-const CardProfesor = ({ profesor, edificioNombre }) => {
+const CardProfesor = ({ profesor, edificioNombre,}) => {
return (

diff --git a/src/components/FilterProfesor.js b/src/components/FilterProfesor.js
index ab30196..b188e1c 100644
--- a/src/components/FilterProfesor.js
+++ b/src/components/FilterProfesor.js
@@ -61,7 +61,7 @@ function FilterProfesor() {
onChange={(e) => setAdscripcion(e.target.value)}
className='form-control me-2'
>
-
+
{adscripciones.map((adscripcion) => (
))}
@@ -73,7 +73,7 @@ function FilterProfesor() {
onChange={(e) => setCategoria(e.target.value)}
className='form-control me-2'
>
-
+
{categorias.map((categoria) => (
))}
@@ -85,7 +85,7 @@ function FilterProfesor() {
onChange={(e) => setEdificio(e.target.value)}
className='form-control m-2'
>
-
+
{edificios.map((edificio) => (
))}
diff --git a/src/pages/CardEditProfesorPage.js b/src/pages/CardEditProfesorPage.js
index 60db74c..13f867f 100644
--- a/src/pages/CardEditProfesorPage.js
+++ b/src/pages/CardEditProfesorPage.js
@@ -13,7 +13,7 @@ const CardEditProfesorPage = () => {
};
return (
-