diff --git a/src/pages/gtfs_archivo/Admin.svelte b/src/pages/gtfs_archivo/Admin.svelte index 2737015..bcdb7ad 100644 --- a/src/pages/gtfs_archivo/Admin.svelte +++ b/src/pages/gtfs_archivo/Admin.svelte @@ -189,15 +189,14 @@ {adjustDateTimeByOffset(app.created)} - {#if app.status.toUpperCase().startsWith('V') } + {#if app.status.toUpperCase().includes('PREP')} - reporteErroresCargaGTFS(id_red, app.id_gtfs)}> - {app.status} + {app.status} {:else} - {app.status} + reporteErroresCargaGTFS(id_red, app.id_gtfs)}>{app.status} {/if}