From bae7939f4cf1a6c23b9ac1aaae898911f776b94c Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Tue, 24 Mar 2026 20:43:08 +0100 Subject: Properly display arrival low-precision for Vitrasa --- src/frontend/app/components/arrivals/ArrivalCard.tsx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/frontend/app/components/arrivals') diff --git a/src/frontend/app/components/arrivals/ArrivalCard.tsx b/src/frontend/app/components/arrivals/ArrivalCard.tsx index 9c68a97..ec14492 100644 --- a/src/frontend/app/components/arrivals/ArrivalCard.tsx +++ b/src/frontend/app/components/arrivals/ArrivalCard.tsx @@ -152,14 +152,6 @@ export const ArrivalCard: React.FC = ({ tone: "warning", kind: "warning", }); - } else if ( - estimate.precision === "confident" && - arrival.currentPosition !== null - ) { - chips.push({ - label: t("estimates.bus_gps_position"), - kind: "gps", - }); } if (estimate.precision === "scheduled") { -- cgit v1.3