forked from MapComplete/MapComplete
chore: fix small typing issues, formatting
This commit is contained in:
parent
54729b3c33
commit
6fa75505de
3 changed files with 1 additions and 3 deletions
|
@ -74,7 +74,7 @@ class SingleUserSettingsPanel extends EditableTagRendering {
|
|||
if (kv.k.startsWith("_")) {
|
||||
continue
|
||||
}
|
||||
osmConnection.GetPreference(kv.k, "", {prefix: ""}).setData(kv.v)
|
||||
osmConnection.GetPreference(kv.k, "", { prefix: "" }).setData(kv.v)
|
||||
}
|
||||
|
||||
editMode.setData(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue