Skip to content

Commit

Permalink
var -> let
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Aug 1, 2024
1 parent daf25d9 commit 3750b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/mapController.js
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ function onewayArrowsFilter(travelMode) {
}

function poiIconImageExpression(travelMode) {
var showHazards = travelMode === "canoe";
let showHazards = travelMode === "canoe";
return [
"case",
['==', ["get", "amenity"], "ranger_station"], ["image", "ranger_station"],
Expand Down

0 comments on commit 3750b87

Please sign in to comment.