diff --git a/src/meshcore_hub/web/static/js/spa/pages/routes.js b/src/meshcore_hub/web/static/js/spa/pages/routes.js index f822b3b..145d55c 100644 --- a/src/meshcore_hub/web/static/js/spa/pages/routes.js +++ b/src/meshcore_hub/web/static/js/spa/pages/routes.js @@ -62,10 +62,11 @@ function renderSummaryStrip(routes) { function renderPathChips(route) { const nodes = route.route_nodes || []; const arrow = route.reversible !== false ? '\u2194' : '\u2192'; + const prefixLen = 2 * (route.match_width || 1); return html`