style(map): move 'Cerrar ruta' pill design to ArrivalBanner X button and remove from ETACard to avoid redundancy

This commit is contained in:
2026-03-04 13:42:45 -05:00
parent af8ddd34a6
commit 0a6a0e8f7e
3 changed files with 10 additions and 18 deletions

View File

@ -688,7 +688,6 @@ watch([() => authStore.userProfile?.auto_location, isLoaded], ([canLocate, loade
:buses="busesActivos"
:is-loading="etaCargando"
@close="handleETACardDismiss"
@close-route="animateAndReload"
@refresh="paradaCercana && routeStore.selectedRouteId ? calcularETA(routeStore.selectedRouteId, paradaCercana) : null"
/>
</div>