mirror of
https://github.com/smittix/intercept.git
synced 2026-04-25 07:10:00 -07:00
Couple small fixes like vessel icon and double stations text in spy page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user