forked from MapComplete/MapComplete
UX: fix #2275
This commit is contained in:
parent
1c7bd21c8d
commit
6e8d6c7bbe
2 changed files with 3 additions and 5 deletions
|
|
@ -44,7 +44,7 @@
|
|||
})
|
||||
.filter((link) => !link.startsWith("https://wiki.openstreetmap.org/wiki/File:"))
|
||||
|
||||
const attributedImages = AllImageProviders.loadImagesFrom(images)
|
||||
let attributedImages = AllImageProviders.loadImagesFrom(images)
|
||||
/**
|
||||
* Class of the little icons indicating 'opened', 'comment' and 'resolved'
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue