diff --git a/components/ActionSheetComponents/EachTrainInfoCore/HeaderText.tsx b/components/ActionSheetComponents/EachTrainInfoCore/HeaderText.tsx index a6f7067..45b0ab0 100644 --- a/components/ActionSheetComponents/EachTrainInfoCore/HeaderText.tsx +++ b/components/ActionSheetComponents/EachTrainInfoCore/HeaderText.tsx @@ -58,7 +58,7 @@ export const HeaderText: FC = ({ }, [data.limited, trainData]); return ( - + {trainName} diff --git a/components/ActionSheetComponents/EachTrainInfoCore/trainIconStatus.tsx b/components/ActionSheetComponents/EachTrainInfoCore/trainIconStatus.tsx index 1fcd4cf..141a10b 100644 --- a/components/ActionSheetComponents/EachTrainInfoCore/trainIconStatus.tsx +++ b/components/ActionSheetComponents/EachTrainInfoCore/trainIconStatus.tsx @@ -72,7 +72,7 @@ export const TrainIconStatus: FC = ({ data, navigate, from }) => { onPress={() => { navigate("howto", { info: "https://www.jr-eki.com/aptrain/index.html", - goTo: from, + goTo: from == "LED" ? "menu" : from, }); SheetManager.hide("EachTrainInfo"); }}