mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Poprawki w działaniu rozkładów jazdy i tras
This commit is contained in:
+2
-1
@@ -379,7 +379,8 @@ export default class Store extends VuexModule {
|
||||
const stopName = stop.stopNameRAW.toLowerCase();
|
||||
//stationName.includes('lcs') &&
|
||||
return (
|
||||
stationName.includes(stopName) ||
|
||||
stationName.includes(stopName) ||
|
||||
stopName.includes(stationName) ||
|
||||
(stopName.includes('podg.') && stopName.split(', podg.')[0] && stationName.includes(stopName.split(', podg.')[0])) ||
|
||||
(JSONStationData.some(data => data.stationName.includes(station.stationName) && data.stops && data.stops.includes(stop.stopNameRAW)))
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user