Fix user URL on ImproveOSM comments

This commit is contained in:
SilentSpike
2019-02-05 21:06:19 +00:00
parent c095600635
commit 78111955dd
+1 -1
View File
@@ -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')