From 8519a6d27343c647ab8856be34ecaacc1bbcdb95 Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Sat, 19 Oct 2024 04:04:24 +0000 Subject: [PATCH] =?UTF-8?q?=E3=81=8A=E6=B0=97=E3=81=AB=E5=85=A5=E3=82=8A?= =?UTF-8?q?=E3=82=92=E6=93=8D=E4=BD=9C=E3=81=97=E3=81=9F=E3=81=A8=E3=81=8D?= =?UTF-8?q?=E3=81=AB=E3=82=AF=E3=83=A9=E3=83=83=E3=82=B7=E3=83=A5=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=83=90=E3=82=B0=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Menu/StationPagination.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Menu/StationPagination.tsx b/components/Menu/StationPagination.tsx index d73eff1..4dac96e 100644 --- a/components/Menu/StationPagination.tsx +++ b/components/Menu/StationPagination.tsx @@ -86,6 +86,7 @@ export const StationNumberMaker: FC = (props) => { currentStation={currentStations[index]} active={active} onPress={() => setSelectedCurrentStation(index)} + key={currentStations[index][0].StationNumber} /> ); };