瀬戸大橋線で表示できないバグを修正
This commit is contained in:
parent
9478f2df8d
commit
249f09bbc7
3
menu.js
3
menu.js
@ -181,6 +181,9 @@ export default function Menu(props) {
|
||||
if (isSearchMode && isSearchMode != stationIDPair[lineList_LineWebID[d]]) return;
|
||||
const latlng = [D.lat, D.lng];
|
||||
if (latlng.length == 0) return null;
|
||||
if(D.StationNumber == undefined) {
|
||||
return null;
|
||||
}
|
||||
returnData.push([D]);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user