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 6c3face479
commit 8b51ff36da
2 changed files with 4 additions and 4 deletions
+1 -1
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;
}
}