Skip to content

Commit 749ef18

Browse files
committed
Fixes comments text
1 parent d77054a commit 749ef18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/map/views/LegendView.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ define([
264264

265265
getLayersByCategory: function(layers){
266266
return _.groupBy(layers, function(layer){
267-
// Hack to keep the forest_clearing slug in layers which has to be analyzed but not grouped by them in the legend
267+
// Hack to keep the forest_clearing slug in layers which have to be analyzed but not grouped by the said slug in the legend
268268
if (layer.category_slug === 'forest_clearing' && !layer.is_forest_clearing) return 'forest_clearing_2';
269269
return layer.category_slug;
270270
})

0 commit comments

Comments
 (0)