From 3407f855c1713d7cf12ba3797314390016ff9646 Mon Sep 17 00:00:00 2001 From: Israel Figueroa Date: Mon, 5 Aug 2024 09:32:47 -0400 Subject: [PATCH] test --- src/pages/gtfs_archivo/Admin.svelte | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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}