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;