Couple small fixes like vessel icon and double stations text in spy page

This commit is contained in:
Marc
2026-01-24 10:10:46 -06:00
parent cbfe46201e
commit 28e63a1029
2 changed files with 4 additions and 4 deletions

View File

@@ -507,7 +507,7 @@ const SpyStations = (function() {
// Update visible count in header if element exists
const visibleCountEl = document.getElementById('spyStationsVisibleCount');
if (visibleCountEl) {
visibleCountEl.textContent = stationList.length + ' stations';
visibleCountEl.textContent = stationList.length;
}
}