forked from MapComplete/MapComplete
Chore: fix tests
This commit is contained in:
parent
436b99a53a
commit
95c4323630
2 changed files with 4 additions and 1 deletions
|
@ -117,7 +117,6 @@
|
|||
"it": "Negozi che accettano i cani",
|
||||
"ko": "반려견 친화적 상점"
|
||||
},
|
||||
|
||||
"pointRendering": [
|
||||
{
|
||||
"iconBadges+": [
|
||||
|
|
|
@ -317,6 +317,10 @@ export class OsmPreferences {
|
|||
return
|
||||
}
|
||||
|
||||
if (Utils.runningFromConsole) {
|
||||
return
|
||||
}
|
||||
|
||||
if (this._fakeUser) {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue