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>