Merge commit 'ddcc5f053b153d24966e44bc0657852eef96534e' into develop

This commit is contained in:
harukin-expo-dev-env 2024-10-19 02:46:14 +00:00
commit ce82d48a7e

View File

@ -114,7 +114,6 @@ export default function Menu({ getCurrentTrain }) {
setSelectedCurrentStation(0);
return;
}
console.log(allStationData)
if (allStationData[selectedCurrentStation] == undefined) {
const count = selectedCurrentStation - 1;
setSelectedCurrentStation(count);