From e38f550b94a6c89fd2840ff95af392e8e9f49589 Mon Sep 17 00:00:00 2001 From: harukin-OneMix4 Date: Mon, 25 Dec 2023 15:13:56 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AF=E3=83=A9=E3=83=83=E3=82=B7=E3=83=A5?= =?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/EachTrainInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ActionSheetComponents/EachTrainInfo.js b/components/ActionSheetComponents/EachTrainInfo.js index e284da8..71599d4 100644 --- a/components/ActionSheetComponents/EachTrainInfo.js +++ b/components/ActionSheetComponents/EachTrainInfo.js @@ -28,7 +28,7 @@ export const EachTrainInfo = (props) => { data, navigate, originalStationList, - openStationACFromEachTrainInfo, + openStationACFromEachTrainInfo = () => {}, from, } = props.payload; const [trainData, setTrainData] = useState([]);