From 1c0ef1cbe515f3c0158725902d6e042ac8138d72 Mon Sep 17 00:00:00 2001 From: jp-lima Date: Fri, 3 Oct 2025 23:00:28 -0300 Subject: [PATCH] =?UTF-8?q?Ultimas=20mudan=C3=A7as?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/DoctorTable.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }) {
{/* Ver Detalhes */} - +