瀬戸大橋線で表示できないバグを修正

This commit is contained in:
harukin-expo-dev-env 2025-07-07 11:58:10 +00:00
parent 9478f2df8d
commit 249f09bbc7

View File

@ -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]);
});
});