mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
Flag features that mention Google in the "source" tag (close #6135)
This commit is contained in:
@@ -131,7 +131,7 @@ export function uiEntityIssues(context) {
|
||||
var fixLists = items.selectAll('.issue-fix-list');
|
||||
|
||||
var fixes = fixLists.selectAll('.issue-fix-item')
|
||||
.data(function(d) { return d.fixes; })
|
||||
.data(function(d) { return d.fixes ? d.fixes : []; })
|
||||
.enter()
|
||||
.append('li')
|
||||
.attr('class', function(d) {
|
||||
|
||||
Reference in New Issue
Block a user