diff --git a/src/pages/DoctorTable.jsx b/src/pages/DoctorTable.jsx index 351b6f31..9d2e29c0 100644 --- a/src/pages/DoctorTable.jsx +++ b/src/pages/DoctorTable.jsx @@ -3,7 +3,7 @@ import API_KEY from "../components/utils/apiKeys"; import { useAuth } from "../components/utils/AuthProvider"; import { Link } from "react-router-dom"; -function TableDoctor({ setPatientID }) { +function TableDoctor() { const { getAuthorizationHeader, isAuthenticated } = useAuth(); const [medicos, setMedicos] = useState([]); @@ -163,7 +163,7 @@ function TableDoctor({ setPatientID }) {