keyErrorを追加で修正
This commit is contained in:
@@ -435,11 +435,12 @@ const CurrentPositionBox = ({ train, lineColor, trainDataWithThrough }) => {
|
||||
alignItems: "center",
|
||||
overflow: "hidden",
|
||||
}}
|
||||
key={d+"CurrentPositionBox"}
|
||||
>
|
||||
{station.split("").map((i, index) => {
|
||||
return (
|
||||
<Text
|
||||
key={index}
|
||||
key={i+index}
|
||||
style={{
|
||||
fontSize: 6,
|
||||
color: "white",
|
||||
|
Reference in New Issue
Block a user