Merge commit 'ad0fb095951d05c552dd82c443c7cdd5033ca7d8' into develop
This commit is contained in:
commit
c224025c52
@ -86,6 +86,7 @@ export const StationNumberMaker: FC<StationNumberMakerProps> = (props) => {
|
|||||||
currentStation={currentStations[index]}
|
currentStation={currentStations[index]}
|
||||||
active={active}
|
active={active}
|
||||||
onPress={() => setSelectedCurrentStation(index)}
|
onPress={() => setSelectedCurrentStation(index)}
|
||||||
|
key={currentStations[index][0].StationNumber}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user