diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-24 20:43:08 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-24 20:43:08 +0100 |
| commit | bae7939f4cf1a6c23b9ac1aaae898911f776b94c (patch) | |
| tree | bec4d863d10ed24c0b0caa53ed1334674533508f /src/frontend/app/components/arrivals | |
| parent | 695c7a65a1e9ab3b95beeaf02a1e3b10bb16996b (diff) | |
Properly display arrival low-precision for Vitrasa
Diffstat (limited to 'src/frontend/app/components/arrivals')
| -rw-r--r-- | src/frontend/app/components/arrivals/ArrivalCard.tsx | 8 |
1 files changed, 0 insertions, 8 deletions
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<ArrivalCardProps> = ({ 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") { |
