Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed May 1, 2024
1 parent 8081400 commit 7134bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactapp/lib/mapUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ const displayFeatureInfo = (event,layer,hydroFabricActions) => {
.then((data) => {
// console.log(data)
const data_catchment_id = data.features[0].properties.divide_id;
console.log(data_catchment_id)
// console.log(data_catchment_id)
hydroFabricActions.set_catchment_id(data_catchment_id);
// setIsLoading(false)

Expand Down

0 comments on commit 7134bb0

Please sign in to comment.