From 5a062351e324472854092e22d5cf9704984716a9 Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Fri, 25 Oct 2024 10:09:25 +0000 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E9=83=A8=E7=8A=B6=E6=B3=81=E3=81=AB?= =?UTF-8?q?=E3=82=88=E3=81=A3=E3=81=A6=E9=80=9A=E9=81=8E=E9=A7=85=E3=81=8C?= =?UTF-8?q?=E3=81=97=E3=81=BE=E3=81=88=E3=81=AA=E3=81=8F=E3=81=AA=E3=82=8B?= =?UTF-8?q?=E3=83=90=E3=82=B0=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ActionSheetComponents/EachTrainInfoCore.js b/components/ActionSheetComponents/EachTrainInfoCore.js index f5ab02c..8a9f340 100644 --- a/components/ActionSheetComponents/EachTrainInfoCore.js +++ b/components/ActionSheetComponents/EachTrainInfoCore.js @@ -177,6 +177,7 @@ export const EachTrainInfoCore = ({ const [isJumped, setIsJumped] = useState(false); useEffect(() => { if (isJumped) return () => {}; + setShowThrew(true); if (!points) return () => {}; if (points.length == 0) return () => {}; const position = points.findIndex((d) => d == true);