master
ifiguero 2024-08-05 09:36:11 -04:00
parent 3407f855c1
commit a334053420
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@
{#if app.status.toUpperCase().includes('PREP')} {#if app.status.toUpperCase().includes('PREP')}
<!-- Elemento interactivo para usuarios con 'CON REPAROS' en el estado --> <!-- Elemento interactivo para usuarios con 'CON REPAROS' en el estado -->
{app.status} <a href={"#"} on:click|preventDefault={() => reporteErroresCargaGTFS(id_red, app.id_gtfs)}>{app.status}</a>
{:else} {:else}
<!-- Solo texto para estados sin 'CON REPAROS' --> <!-- Solo texto para estados sin 'CON REPAROS' -->