Merge commit 'bca2b300d3a4a35360f451fc78428dba50278119' into feature/ap2023

This commit is contained in:
harukin-DeskMini 2023-03-30 03:26:06 +09:00
commit 7e67ac198d
2 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@ export const StationDeteilView = (props) => {
/>
</View>
)}
{currentStation &&
{/* {currentStation &&
currentStation.map((d) => (
<NexPreStationLine
currentStation={d}
@ -94,7 +94,7 @@ export const StationDeteilView = (props) => {
favoriteStation={favoriteStation}
setFavoriteStation={setFavoriteStation}
/>
))}
))} */}
{currentStation &&
currentStation[0].JrHpUrl &&
currentStation[0].StationNumber != "M12" && (

View File

@ -102,7 +102,7 @@ export default function Setting(props) {
textAlignVertical: "center",
}}
>
内部バージョン: 4.5 beta-2
内部バージョン: 4.5.2
</Text>
<View style={{ flex: 1 }} />
</View>