diff --git a/components/ActionSheetComponents/StationDeteilView.js b/components/ActionSheetComponents/StationDeteilView.js index fbc4d17..f3d11c3 100644 --- a/components/ActionSheetComponents/StationDeteilView.js +++ b/components/ActionSheetComponents/StationDeteilView.js @@ -86,7 +86,7 @@ export const StationDeteilView = (props) => { /> )} - {currentStation && + {/* {currentStation && currentStation.map((d) => ( { favoriteStation={favoriteStation} setFavoriteStation={setFavoriteStation} /> - ))} + ))} */} {currentStation && currentStation[0].JrHpUrl && currentStation[0].StationNumber != "M12" && ( diff --git a/components/settings.js b/components/settings.js index e37edcd..7b32367 100644 --- a/components/settings.js +++ b/components/settings.js @@ -102,7 +102,7 @@ export default function Setting(props) { textAlignVertical: "center", }} > - 内部バージョン: 4.5 beta-2 + 内部バージョン: 4.5.2