封印忘れ物

This commit is contained in:
harukin-DeskMini 2023-03-26 21:45:04 +09:00
parent 30c2b8a2f9
commit 12d9c1f49d

View File

@ -85,7 +85,7 @@ export const StationDeteilView = (props) => {
/> />
</View> </View>
)} )}
{currentStation && {/* {currentStation &&
currentStation.map((d) => ( currentStation.map((d) => (
<NexPreStationLine <NexPreStationLine
currentStation={d} currentStation={d}
@ -93,7 +93,7 @@ export const StationDeteilView = (props) => {
favoriteStation={favoriteStation} favoriteStation={favoriteStation}
setFavoriteStation={setFavoriteStation} setFavoriteStation={setFavoriteStation}
/> />
))} ))} */}
{currentStation && ( {currentStation && (
<View style={{ flexDirection: "row" }}> <View style={{ flexDirection: "row" }}>
{!currentStation[0].JrHpUrl || ( {!currentStation[0].JrHpUrl || (