diff --git a/app/component/StopsNearYouMapContainer.js b/app/component/StopsNearYouMapContainer.js index 9e9f8050f6..705f855f9e 100644 --- a/app/component/StopsNearYouMapContainer.js +++ b/app/component/StopsNearYouMapContainer.js @@ -77,7 +77,6 @@ const containerComponent = createPaginationContainer( lon name patterns { - id route { gtfsId shortName @@ -92,7 +91,6 @@ const containerComponent = createPaginationContainer( } stops { patterns { - id route { gtfsId shortName diff --git a/app/component/map/StopsNearYouMap.js b/app/component/map/StopsNearYouMap.js index 0d2cc21f53..39f88a2985 100644 --- a/app/component/map/StopsNearYouMap.js +++ b/app/component/map/StopsNearYouMap.js @@ -314,7 +314,6 @@ function StopsNearYouMap( }); }); }); - patterns = uniqBy(patterns, p => p.id); patterns = uniqBy(patterns, p => p.patternGeometry?.points || ''); const lines = patterns .filter(p => p.patternGeometry)