お気に入りを操作したときにクラッシュするバグを修正

This commit is contained in:
harukin-expo-dev-env 2024-10-19 04:04:24 +00:00
parent ddcc5f053b
commit 8519a6d273

View File

@ -86,6 +86,7 @@ export const StationNumberMaker: FC<StationNumberMakerProps> = (props) => {
currentStation={currentStations[index]}
active={active}
onPress={() => setSelectedCurrentStation(index)}
key={currentStations[index][0].StationNumber}
/>
);
};