Fix user badge profile link.
This commit is contained in:
parent
de305ecab9
commit
7e686cf52b
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ export class UserBadge extends UIElement {
|
|||
|
||||
const userName = new Link(
|
||||
new FixedUiElement(user.name),
|
||||
`https://www.openstreetmap.org/user/${user.name}'`,
|
||||
`https://www.openstreetmap.org/user/${user.name}`,
|
||||
true);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue