remove useless boolean

This commit is contained in:
Andrew
2023-03-14 17:07:53 +00:00
parent 2deaa9e722
commit 2cdf7888c9

View File

@ -108,7 +108,6 @@ export default {
let showDARTStations = true; let showDARTStations = true;
let showLate = true; let showLate = true;
let showOnTime = true; let showOnTime = true;
let showEarly = true;
let showMainland = true; let showMainland = true;
let showDART = true; let showDART = true;
let showRunning = true; let showRunning = true;