diff --git a/src/pages/Details.jsx b/src/pages/Details.jsx
index 964ba13..21d640d 100644
--- a/src/pages/Details.jsx
+++ b/src/pages/Details.jsx
@@ -89,7 +89,7 @@ const Details = () => {
MediConnect
-
+
@@ -107,7 +107,7 @@ const Details = () => {
-
+
diff --git a/src/pages/TablePaciente.jsx b/src/pages/TablePaciente.jsx
index 5f6037d..5259792 100644
--- a/src/pages/TablePaciente.jsx
+++ b/src/pages/TablePaciente.jsx
@@ -115,7 +115,7 @@ function TablePaciente({ setCurrentPage, setPatientID }) {
fetch("https://yuanqfswhberkoevtmfr.supabase.co/rest/v1/patients", requestOptions)
.then(response => response.json())
- .then(result => console.log(result))
+ .then(result => setPacientes(result))
.catch(error => console.log('error', error));
}, [isAuthenticated, getAuthorizationHeader]);