From 8dd56c177d3f1161e197c049611d1102dfd9332e Mon Sep 17 00:00:00 2001 From: mathuria Date: Tue, 17 Sep 2024 12:29:10 +0530 Subject: [PATCH] Removing unused variable --- libs/features/georoutingv2/georoutingv2.js | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/features/georoutingv2/georoutingv2.js b/libs/features/georoutingv2/georoutingv2.js index 63ecb87262..a37967a95b 100644 --- a/libs/features/georoutingv2/georoutingv2.js +++ b/libs/features/georoutingv2/georoutingv2.js @@ -228,7 +228,6 @@ function buildContent(currentPage, locale, geoData, locales) { async function getDetails(currentPage, localeMatches, geoData) { const availableLocales = await getAvailableLocales(localeMatches); if (!availableLocales.length) return null; - const { innerWidth } = window; const georoutingWrapper = createTag('div', { class: 'georouting-wrapper fragment', style: 'display:none;' }); currentPage.url = window.location.hash ? document.location.href : '#'; if (availableLocales.length === 1) {