forked from MapComplete/MapComplete
Add twitter and mastodon links, fix #846
This commit is contained in:
parent
631108954e
commit
b4f8debb77
9 changed files with 2455 additions and 716 deletions
|
@ -179,7 +179,7 @@ export default class NearbyImages extends Lazy {
|
|||
towardscenter: false
|
||||
})
|
||||
).map(images => {
|
||||
if (images === undefined && nearbyImages.length === 0) {
|
||||
if (images === undefined) {
|
||||
return undefined
|
||||
}
|
||||
images = (images ?? []).concat(nearbyImages)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue