aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/arrivals/ArrivalCard.tsx
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-03-24 20:43:08 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2026-03-24 20:43:08 +0100
commitbae7939f4cf1a6c23b9ac1aaae898911f776b94c (patch)
treebec4d863d10ed24c0b0caa53ed1334674533508f /src/frontend/app/components/arrivals/ArrivalCard.tsx
parent695c7a65a1e9ab3b95beeaf02a1e3b10bb16996b (diff)
Properly display arrival low-precision for Vitrasa
Diffstat (limited to 'src/frontend/app/components/arrivals/ArrivalCard.tsx')
-rw-r--r--src/frontend/app/components/arrivals/ArrivalCard.tsx8
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") {