From 9a157d711b4c4e9ab8b9d99a7c55daf93e47b1fb Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Sat, 22 Feb 2025 05:29:00 +0000 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E3=82=92=E9=80=86=E8=BB=A2?= =?UTF-8?q?=E3=81=95=E3=81=9B=E3=81=A6=E3=81=84=E3=81=9F=E3=83=9F=E3=82=B9?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ActionSheetComponents/EachTrainInfoCore.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/ActionSheetComponents/EachTrainInfoCore.js b/components/ActionSheetComponents/EachTrainInfoCore.js index 9440db1..edfa50f 100644 --- a/components/ActionSheetComponents/EachTrainInfoCore.js +++ b/components/ActionSheetComponents/EachTrainInfoCore.js @@ -291,16 +291,16 @@ export const EachTrainInfoCore = ({ } else if (pos[1] == "児島" && pos[0] == "宇多津") { setCurrentPosition(["Y09", "M12"]); return; - }else if (pos[1] == "伊予若宮" && pos[0] == "伊予白滝") { + }else if (pos[0] == "伊予若宮" && pos[1] == "伊予白滝") { setCurrentPosition(["S18", "S14"]); return; - } else if (pos[1] == "伊予白滝" && pos[0] == "伊予若宮") { + } else if (pos[0] == "伊予白滝" && pos[1] == "伊予若宮") { setCurrentPosition(["S14", "S18"]); return; - }else if (pos[1] == "伊予大洲" && pos[0] == "伊予若宮") { + } else if (pos[0] == "伊予大洲" && pos[1] == "伊予若宮") { setCurrentPosition(["U14", "U14"]); return; - }else if (pos[1] == "伊予若宮" && pos[0] == "伊予大洲") { + } else if (pos[0] == "伊予若宮" && pos[1] == "伊予大洲") { setCurrentPosition(["U14", "U14"]); return; }