不要なタイミングで駅情報が消去されるバグを修正

This commit is contained in:
harukin-DeskMini 2023-02-01 21:49:57 +09:00
parent ece076ad48
commit 5867ad3aa8

View File

@ -128,7 +128,6 @@ export default function Menu(props) {
} }
} else { } else {
setCurrentStation(undefined); setCurrentStation(undefined);
StationBoardAcSR.current?.hide();
} }
}, [location, originalStationList]); }, [location, originalStationList]);