Skip to content

Commit

Permalink
Log it out to the console
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenyeargin committed Dec 15, 2024
1 parent 23aa594 commit 77fa254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TransitMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ function TransitMap({
<LayerGroup>
{vehicleMarkers.map((item, _index) => {
if (!item.vehicle.trip) {
console.warn('Vehicle without trip', item);
return;
}

Expand Down

0 comments on commit 77fa254

Please sign in to comment.