fix: ocultar ID proveniente de la BD

This commit is contained in:
Juliancito733 2025-05-31 12:34:28 -06:00
parent 019f039149
commit f72fc61066
2 changed files with 0 additions and 2 deletions

View File

@ -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>

View File

@ -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>