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

View File

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