mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
eslint
This commit is contained in:
@@ -110,7 +110,7 @@ export function svgGpx(projection, context, dispatch) {
|
||||
.attr('class', textClass)
|
||||
.merge(labels)
|
||||
.text(function(d) {
|
||||
if(d.properties) {
|
||||
if (d.properties) {
|
||||
return d.properties.desc || d.properties.name;
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user