お気に入りを操作したときにクラッシュするバグを修正
This commit is contained in:
parent
ddcc5f053b
commit
8519a6d273
@ -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