mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
pacify eslint
This commit is contained in:
@@ -134,7 +134,7 @@ export function uiEntityIssues(context) {
|
||||
.enter()
|
||||
.append('li')
|
||||
.attr('class', function(d) {
|
||||
return 'issue-fix-item ' + (!!d.onClick ? 'actionable' : '');
|
||||
return 'issue-fix-item ' + (d.onClick ? 'actionable' : '');
|
||||
})
|
||||
.append('button')
|
||||
.on('click', function(d) {
|
||||
|
||||
Reference in New Issue
Block a user