From f42cf92664c5f810d3a861a1df118564653c5366 Mon Sep 17 00:00:00 2001 From: Louis King Date: Fri, 1 May 2026 00:22:24 +0100 Subject: [PATCH] Fixed map JS error --- src/meshcore_hub/web/static/js/spa/pages/map.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/meshcore_hub/web/static/js/spa/pages/map.js b/src/meshcore_hub/web/static/js/spa/pages/map.js index 6639058..9b8f0dc 100644 --- a/src/meshcore_hub/web/static/js/spa/pages/map.js +++ b/src/meshcore_hub/web/static/js/spa/pages/map.js @@ -130,7 +130,6 @@ export async function render(container, params, router) { function applyFilters() { - const isMobilePortrait const filteredNodes = applyFiltersCore(); const categoryFilter = container.querySelector('#filter-category').value;