クラッシュしていたバグを修正
This commit is contained in:
parent
f3f9ee60c2
commit
d95eea44a4
@ -47,7 +47,7 @@ export const EachStopList = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<TouchableWithoutFeedback
|
<TouchableWithoutFeedback
|
||||||
onPress={() => openStationACFromEachTrainInfo(station)}
|
onPress={() =>openStationACFromEachTrainInfo && openStationACFromEachTrainInfo(station)}
|
||||||
key={station}
|
key={station}
|
||||||
>
|
>
|
||||||
<View style={{ flexDirection: "row", backgroundColor: "white" }}>
|
<View style={{ flexDirection: "row", backgroundColor: "white" }}>
|
||||||
|
Loading…
Reference in New Issue
Block a user