Skip to content

Commit

Permalink
Fix: gameId props로 새로 전달
Browse files Browse the repository at this point in the history
- 오늘의 승부예측 팀 선택 시 gameId 값 필요
- todayData 내부에 있는 gameId를 ScoreListItem으로 전달
  • Loading branch information
sihyun92 committed Mar 7, 2024
1 parent d115826 commit c9eb592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/today/ScoreList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function ScoreList({ game }: ScoreListProps) {
homeTeam={item.homeTeam}
awayTeam={item.awayTeam}
gameTime={item.gameTime}
gameId={item.gameId}
/>
))}
</ul>
Expand Down

0 comments on commit c9eb592

Please sign in to comment.