6.0でのデフォルト変更

This commit is contained in:
harukin-expo-dev-env
2025-01-22 13:23:32 +00:00
parent 837bd6eb4f
commit 2176b5511a
6 changed files with 6 additions and 10 deletions

View File

@@ -335,8 +335,7 @@ export const EachTrainInfoCore = ({
.then((d) => {
if (d) setTrainPositionSwitch(d);
})
//6.0で変更
.catch(() => AS.setItem("trainPositionSwitch", "false"));
.catch(() => AS.setItem("trainPositionSwitch", "true"));
}, []);
const openTrainInfo = (d) => {