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} /> ))}