小さなミスを修正
This commit is contained in:
2
menu.js
2
menu.js
@@ -113,7 +113,7 @@ export default function Menu({ getCurrentTrain, scrollRef }) {
|
||||
);
|
||||
} else {
|
||||
setAllStationData(
|
||||
[currentStation, ...favoriteStation].filter((d) => d != undefined)
|
||||
favoriteStation.filter((d) => d != undefined)
|
||||
);
|
||||
}
|
||||
}, [currentStation, favoriteStation, stationListMode]);
|
||||
|
Reference in New Issue
Block a user