diff --git a/lib/components/user/monitored-trip/saved-trip-list.tsx b/lib/components/user/monitored-trip/saved-trip-list.tsx index b4f3768f6..3dc7284be 100644 --- a/lib/components/user/monitored-trip/saved-trip-list.tsx +++ b/lib/components/user/monitored-trip/saved-trip-list.tsx @@ -99,7 +99,7 @@ class TripListItem extends Component { const { renderData, trip } = this.props const { itinerary } = trip const { legs } = itinerary - const alerts = renderData.alerts + const { alerts } = renderData // Assuming the monitored itinerary has at least one leg: // - get the 'from' location of the first leg, // - get the 'to' location of the last leg.