From 7caded27cc46eea4e414e1d35be0a80b058db84d Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Mon, 2 Sep 2024 15:07:02 +0000 Subject: [PATCH] =?UTF-8?q?=E5=B7=AE=E5=88=86=E8=AA=BF=E6=95=B43?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ActionSheetComponents/EachTrainInfoCore.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/ActionSheetComponents/EachTrainInfoCore.js b/components/ActionSheetComponents/EachTrainInfoCore.js index e114bed..5c334dc 100644 --- a/components/ActionSheetComponents/EachTrainInfoCore.js +++ b/components/ActionSheetComponents/EachTrainInfoCore.js @@ -34,7 +34,6 @@ import { searchSpecialTrain } from "../../lib/eachTrainInfoCoreLib/searchSpecial import { openBackTrainInfo } from "../../lib/eachTrainInfoCoreLib/openBackTrainInfo"; import { ShowSpecialTrain } from "./EachTrainInfo/ShowSpecialTrain"; import { useStationList } from "../../stateBox/useStationList"; -import { useNavigation } from "@react-navigation/native"; export const EachTrainInfoCore = ({ actionSheetRef, @@ -44,9 +43,9 @@ export const EachTrainInfoCore = ({ setTrainInfo, navigate, }) => { - const { originalStationList } = useStationList(); // const [actionSheetHorizonalScroll, setActionSheetHorizonalScroll] = useState(false); const { currentTrain } = useCurrentTrain(); + const { originalStationList } = useStationList(); const [currentTrainData, setCurrentTrainData] = useState(); // const [actionSheetHorizonalScroll, setActionSheetHorizonalScroll] = useState(false);