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