Skip to content

Commit

Permalink
Merge branch '308-tbd-performance-enhancement' of https://github.com/…
Browse files Browse the repository at this point in the history
…amosproj/amos2024ss04-building-information-enhancer into 308-tbd-performance-enhancement
  • Loading branch information
Ahsankkhan committed Jun 27, 2024
2 parents 8d602c9 + de91efd commit 7bba5f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/MapView/MapDatasetVisualizer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ const MapDatasetVisualizer: React.FC<MapDatasetVisualizerProps> = ({
map.removeLayer(markerClusterGroup);
};
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [dataset, currentMapCache.zoom, map, geoData]);

return null;
Expand Down

0 comments on commit 7bba5f7

Please sign in to comment.