mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Fix user URL on ImproveOSM comments
This commit is contained in:
@@ -46,7 +46,7 @@ export function uiImproveOsmComments() {
|
||||
.each(function(d) {
|
||||
var selection = d3_select(this);
|
||||
var osm = services.osm;
|
||||
if (osm && d.user) {
|
||||
if (osm && d.username) {
|
||||
selection = selection
|
||||
.append('a')
|
||||
.attr('class', 'comment-author-link')
|
||||
|
||||
Reference in New Issue
Block a user