Skip to content

Commit

Permalink
fix: pr suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianaCeric committed Dec 5, 2023
1 parent 018b671 commit f6f30da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/user/monitored-trip/saved-trip-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class TripListItem extends Component<ItemProps, ItemState> {
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.
Expand Down

0 comments on commit f6f30da

Please sign in to comment.