forked from MapComplete/MapComplete
Chore: linting
This commit is contained in:
parent
4625ad9a5c
commit
097141f944
307 changed files with 5346 additions and 2147 deletions
|
|
@ -96,7 +96,7 @@ export default class FeaturePropertiesStore {
|
|||
if (newId === undefined) {
|
||||
// We removed the node/way/relation with type 'type' and id 'oldId' on openstreetmap!
|
||||
const element = this._elements.get(oldId)
|
||||
if(!element || element.data === undefined){
|
||||
if (!element || element.data === undefined) {
|
||||
return
|
||||
}
|
||||
element.data._deleted = "yes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue