From f72fc61066f9626fb92e817eca51b8ecde9edc52 Mon Sep 17 00:00:00 2001
From: Juliancito733 <106770823+Juliancito733@users.noreply.github.com>
Date: Sat, 31 May 2025 12:34:28 -0600
Subject: [PATCH] fix: ocultar ID proveniente de la BD

---
 js/consultar-api.js      | 1 -
 views/consultar-api.html | 1 -
 2 files changed, 2 deletions(-)

diff --git a/js/consultar-api.js b/js/consultar-api.js
index 018938b..a2c1be9 100644
--- a/js/consultar-api.js
+++ b/js/consultar-api.js
@@ -259,7 +259,6 @@ class UIController {
             
             const row = document.createElement('tr');
             row.innerHTML = `
-                <td>${candidato.id_candidato ?? ''}</td>
                 <td>${candidato.nombre_completo ?? ''}</td>
                 <td>${candidato.contacto?.correo ?? ''}</td>
                 <td>${candidato.contacto?.telefono ?? ''}</td>
diff --git a/views/consultar-api.html b/views/consultar-api.html
index f1e5299..da5898c 100644
--- a/views/consultar-api.html
+++ b/views/consultar-api.html
@@ -109,7 +109,6 @@
                                 <table class="table table-striped table-bordered">
                                     <thead>
                                         <tr>
-                                            <th>ID</th>
                                             <th>Nombre</th>
                                             <th>Correo</th>
                                             <th>Teléfono</th>