クラッシュしていたバグを修正

This commit is contained in:
harukin-expo-dev-env 2024-03-05 16:45:31 +00:00
parent f3f9ee60c2
commit d95eea44a4

View File

@ -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" }}>