diff --git a/components/ActionSheetComponents/EachTrainInfo/TrainDataView.js b/components/ActionSheetComponents/EachTrainInfo/TrainDataView.js index 978bd78..1f22c43 100644 --- a/components/ActionSheetComponents/EachTrainInfo/TrainDataView.js +++ b/components/ActionSheetComponents/EachTrainInfo/TrainDataView.js @@ -42,6 +42,9 @@ export const TrainDataView = ({ if (x.StationNumber == currentPosition[0]) test.push({ line: d, station: x }); }); + if(currentPosition[0]== "M12"){ + test.push({ line: "seto", station: {Station_JP: "児島", MyStation: "0"}}); + } }); if (!test.length) return; webview.current?.injectJavaScript(