Skip to content

Commit

Permalink
Update Clustering.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Oct 15, 2023
1 parent 37d465d commit 3163af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Clustering.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function Clustering({ category, children }) {
/** @type {import('geojson').Feature<import('geojson').Point>[]} */
const features = children.map((reactEl) => ({
type: 'Feature',
id: reactEl.key,
id: reactEl?.key,
properties: {},
geometry: {
type: 'Point',
Expand Down

0 comments on commit 3163af7

Please sign in to comment.