From 14e0cdf250e17a37c752aebec68bc942c17111fb Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 8 Mar 2023 17:29:30 +0100 Subject: [PATCH] chore: fix typing error --- UI/BigComponents/CopyrightPanel.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/UI/BigComponents/CopyrightPanel.ts b/UI/BigComponents/CopyrightPanel.ts index 2cdadec7ea..9f55ce9947 100644 --- a/UI/BigComponents/CopyrightPanel.ts +++ b/UI/BigComponents/CopyrightPanel.ts @@ -118,7 +118,6 @@ export default class CopyrightPanel extends Combine { currentBounds: Store locationControl: UIEventSource osmConnection: OsmConnection - isTranslator: Store }) { const t = Translations.t.general.attribution const layoutToUse = state.layoutToUse