diff --git a/heatmap-tool/frontend/src/components/MapDisplay.tsx b/heatmap-tool/frontend/src/components/MapDisplay.tsx index 756b1805..5df9301b 100644 --- a/heatmap-tool/frontend/src/components/MapDisplay.tsx +++ b/heatmap-tool/frontend/src/components/MapDisplay.tsx @@ -84,6 +84,7 @@ const MapDisplay: React.FC = ({ heatmapData, radiusMultiplier, attribution='© OpenStreetMap contributors' /> {viewMode === 'points' ? renderPoints() : renderHeatmap()} + {viewMode === 'points' && } ); };