小さなミスを修正
This commit is contained in:
@@ -106,7 +106,7 @@ export const CarouselBox = ({
|
||||
onPress={() => setSelectedCurrentStation(index)}
|
||||
currentStation={d}
|
||||
active={active}
|
||||
key={numberIndex}
|
||||
key={numberIndex + index}
|
||||
/>
|
||||
);
|
||||
} else {
|
||||
@@ -114,7 +114,7 @@ export const CarouselBox = ({
|
||||
<SimpleDot
|
||||
onPress={() => setSelectedCurrentStation(index)}
|
||||
active={active}
|
||||
key={numberIndex}
|
||||
key={numberIndex + index}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user