封印忘れ物
This commit is contained in:
parent
30c2b8a2f9
commit
12d9c1f49d
@ -85,7 +85,7 @@ export const StationDeteilView = (props) => {
|
||||
/>
|
||||
</View>
|
||||
)}
|
||||
{currentStation &&
|
||||
{/* {currentStation &&
|
||||
currentStation.map((d) => (
|
||||
<NexPreStationLine
|
||||
currentStation={d}
|
||||
@ -93,7 +93,7 @@ export const StationDeteilView = (props) => {
|
||||
favoriteStation={favoriteStation}
|
||||
setFavoriteStation={setFavoriteStation}
|
||||
/>
|
||||
))}
|
||||
))} */}
|
||||
{currentStation && (
|
||||
<View style={{ flexDirection: "row" }}>
|
||||
{!currentStation[0].JrHpUrl || (
|
||||
|
Loading…
Reference in New Issue
Block a user