From c9eb592c2ef176acc39cd47d4eb0ca9abd87fc76 Mon Sep 17 00:00:00 2001 From: pildrums Date: Thu, 7 Mar 2024 19:03:30 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20gameId=20props=EB=A1=9C=20=EC=83=88?= =?UTF-8?q?=EB=A1=9C=20=EC=A0=84=EB=8B=AC=20-=20=EC=98=A4=EB=8A=98?= =?UTF-8?q?=EC=9D=98=20=EC=8A=B9=EB=B6=80=EC=98=88=EC=B8=A1=20=ED=8C=80=20?= =?UTF-8?q?=EC=84=A0=ED=83=9D=20=EC=8B=9C=20gameId=20=EA=B0=92=20=ED=95=84?= =?UTF-8?q?=EC=9A=94=20-=20todayData=20=EB=82=B4=EB=B6=80=EC=97=90=20?= =?UTF-8?q?=EC=9E=88=EB=8A=94=20gameId=EB=A5=BC=20ScoreListItem=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EC=A0=84=EB=8B=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/today/ScoreList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/today/ScoreList.tsx b/src/components/today/ScoreList.tsx index 75408e7c..f37036a7 100644 --- a/src/components/today/ScoreList.tsx +++ b/src/components/today/ScoreList.tsx @@ -18,6 +18,7 @@ function ScoreList({ game }: ScoreListProps) { homeTeam={item.homeTeam} awayTeam={item.awayTeam} gameTime={item.gameTime} + gameId={item.gameId} /> ))}