Merge commit 'ad0fb095951d05c552dd82c443c7cdd5033ca7d8' into develop

This commit is contained in:
harukin-expo-dev-env 2024-10-19 04:06:49 +00:00
commit c224025c52

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}
/>
);
};