From dbf8b92c817e9462dc11d71aa72eaf80b84657fe Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:52:03 -0400 Subject: [PATCH] merging in latest code from main --- src/components/map/adcirc-raster-layer.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/map/adcirc-raster-layer.js b/src/components/map/adcirc-raster-layer.js index 0ff1087..864b44f 100644 --- a/src/components/map/adcirc-raster-layer.js +++ b/src/components/map/adcirc-raster-layer.js @@ -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]); + } } } });