diff --git a/UI/BigComponents/ActionButtons.ts b/UI/BigComponents/ActionButtons.ts index 2382791790..1946ea8932 100644 --- a/UI/BigComponents/ActionButtons.ts +++ b/UI/BigComponents/ActionButtons.ts @@ -41,7 +41,6 @@ export class ActionButtons extends Combine { readonly currentBounds: Store readonly locationControl: Store readonly osmConnection: OsmConnection - readonly isTranslator: Store readonly featureSwitchMoreQuests: Store }) { const imgSize = "h-6 w-6" diff --git a/UI/BigComponents/ThemeIntroductionPanel.ts b/UI/BigComponents/ThemeIntroductionPanel.ts index 1fc2f35abb..02dc660c66 100644 --- a/UI/BigComponents/ThemeIntroductionPanel.ts +++ b/UI/BigComponents/ThemeIntroductionPanel.ts @@ -24,7 +24,6 @@ export default class ThemeIntroductionPanel extends Combine { osmConnection: OsmConnection currentBounds: Store locationControl: UIEventSource - isTranslator: Store }, guistate?: { userInfoIsOpened: UIEventSource } ) { diff --git a/UI/BigComponents/UserInformation.ts b/UI/BigComponents/UserInformation.ts index 2b5ce8ed2a..bba7a279a9 100644 --- a/UI/BigComponents/UserInformation.ts +++ b/UI/BigComponents/UserInformation.ts @@ -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)