diff options
Diffstat (limited to 'src/frontend/app/components')
| -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") { |
