Skip to content

Commit

Permalink
merging in latest code from main
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Oct 29, 2024
1 parent a617e23 commit dbf8b92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/map/adcirc-raster-layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ export const AdcircRasterLayer = (layer) => {
"id": id
};

// populate selectedObservations list with the newly selected observation point
setSelectedObservations(previous => [...previous, pointProps]);
}
// populate selectedObservations list with the newly selected observation point
setSelectedObservations(previous => [...previous, pointProps]);
}
}
}
});
Expand Down

0 comments on commit dbf8b92

Please sign in to comment.